Html Css Color HEX #10428C Dark Cerulean

📋 copy color: '#10428C'

red 16 ◦ green 66 ◦ blue 140

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

Shades of Dark Cerulean #10428C

Tints of Dark Cerulean #10428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.06%

R = 7.21%
G = 29.73%
B = 63.06%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10428C (or 0x10428C) is known color: Dark Cerulean. HEX triplet: 10, 42 and 8C. RGB value is (16,66,140). Sum of RGB (Red+Green+Blue) = 16+66+140=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #10428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10428C is #EFBD73. Grayscale: #3B3B3B. Windows color (decimal): -15711604 or 9191952. OLE color: 9191952.

HSL color Cylindrical-coordinate representation of color #10428C: hue angle of 215.81º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10428C is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 66 140 -
CMYK 0.89 0.53 0 0.45
HSL 215.81º 0.79% 0.31% -
HSV(B) 215.81º 0.89% 0.55% -
XYZ 6.9 5.9 25.59 -
YUV 59.49 173.44 96.98 -
System Red Green Blue C M Y K H S L
Decimal 16 66 140 0.89 0.53 0 0.45 215.81 0.79 0.31
Hex 10 42 8C 59 35 0 2D D8 4F 1F
Octal 20 102 214 131 65 0 55 330 117 37
Binary 10000 1000010 10001100 1011001 110101 0 101101 11011000 1001111 11111

Color Harmonies of #10428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10428C

Black with #10428C

Text Example


Text Example

White with #10428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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