Html Css Color HEX #10428E Dark Cerulean

📋 copy color: '#10428E'

red 16 ◦ green 66 ◦ blue 142

#10428E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #10428E

Tints of Dark Cerulean #10428E

RGB

 RED value IS 16 (6.64% from 255) = 7.14%

 GREEN value IS 66 (26.17% from 255) = 29.46%

 BLUE value IS 142 (55.86% from 255) = 63.39%

R = 7.14%
G = 29.46%
B = 63.39%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#10428E (or 0x10428E) is known color: Dark Cerulean. HEX triplet: 10, 42 and 8E. RGB value is (16,66,142). Sum of RGB (Red+Green+Blue) = 16+66+142=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #10428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10428E is #EFBD71. Grayscale: #3B3B3B. Windows color (decimal): -15711602 or 9323024. OLE color: 9323024.

HSL color Cylindrical-coordinate representation of color #10428E: hue angle of 216.19º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10428E is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 66 142 -
CMYK 0.89 0.54 0 0.44
HSL 216.19º 0.8% 0.31% -
HSV(B) 216.19º 0.89% 0.56% -
XYZ 7.04 5.96 26.37 -
YUV 59.71 174.44 96.82 -
System Red Green Blue C M Y K H S L
Decimal 16 66 142 0.89 0.54 0 0.44 216.19 0.8 0.31
Hex 10 42 8E 59 36 0 2C D8 50 1F
Octal 20 102 216 131 66 0 54 330 120 37
Binary 10000 1000010 10001110 1011001 110110 0 101100 11011000 1010000 11111

Color Harmonies of #10428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10428E

Black with #10428E

Text Example


Text Example

White with #10428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10428E; }

 p { color: rgb(16,66,142); }

 H1.HeaderClassName
 {
   color: #10428E;
 }
 .AnyTagClassName
 {
   color: #10428E;
 }
</style>

background-color css

<style>
 a { background-color: #10428E; }

 a { background-color: rgb(16,66,142); }

 div.DivClassName
 {
   background-color: #10428E;
 }
 .BgClassName
 {
   background-color: #10428E;
 }
</style>

border-color css

<style>
 span { border-color: #10428E; }

 span { border-color: rgb(16,66,142); }

 td.TdClassName
 {
   border-color: #10428E;
 }
 .TagClassName
 {
   border-color: #10428E;
 }
</style>