Html Css Color HEX #10428B Dark Cerulean

📋 copy color: '#10428B'

red 16 ◦ green 66 ◦ blue 139

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

Shades of Dark Cerulean #10428B

Tints of Dark Cerulean #10428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.9%

R = 7.24%
G = 29.86%
B = 62.9%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10428B (or 0x10428B) is known color: Dark Cerulean. HEX triplet: 10, 42 and 8B. RGB value is (16,66,139). Sum of RGB (Red+Green+Blue) = 16+66+139=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #10428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10428B is #EFBD74. Grayscale: #3B3B3B. Windows color (decimal): -15711605 or 9126416. OLE color: 9126416.

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

Color convert

RGB 16 66 139 -
CMYK 0.88 0.53 0 0.45
HSL 215.61º 0.79% 0.3% -
HSV(B) 215.61º 0.88% 0.55% -
XYZ 6.82 5.87 25.2 -
YUV 59.37 172.94 97.06 -
System Red Green Blue C M Y K H S L
Decimal 16 66 139 0.88 0.53 0 0.45 215.61 0.79 0.3
Hex 10 42 8B 58 35 0 2D D8 4F 1E
Octal 20 102 213 130 65 0 55 330 117 36
Binary 10000 1000010 10001011 1011000 110101 0 101101 11011000 1001111 11110

Color Harmonies of #10428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10428B

Black with #10428B

Text Example


Text Example

White with #10428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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