Html Css Color HEX #10438B Dark Cerulean

📋 copy color: '#10438B'

red 16 ◦ green 67 ◦ blue 139

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

Shades of Dark Cerulean #10438B

Tints of Dark Cerulean #10438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.18%

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

R = 7.21%
G = 30.18%
B = 62.61%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10438B (or 0x10438B) is known color: Dark Cerulean. HEX triplet: 10, 43 and 8B. RGB value is (16,67,139). Sum of RGB (Red+Green+Blue) = 16+67+139=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #10438B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10438B is #EFBC74. Grayscale: #3B3B3B. Windows color (decimal): -15711349 or 9126672. OLE color: 9126672.

HSL color Cylindrical-coordinate representation of color #10438B: hue angle of 215.12º 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 #10438B is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 67 139 -
CMYK 0.88 0.52 0 0.45
HSL 215.12º 0.79% 0.3% -
HSV(B) 215.12º 0.88% 0.55% -
XYZ 6.88 5.99 25.22 -
YUV 59.96 172.6 96.65 -
System Red Green Blue C M Y K H S L
Decimal 16 67 139 0.88 0.52 0 0.45 215.12 0.79 0.3
Hex 10 43 8B 58 34 0 2D D7 4F 1E
Octal 20 103 213 130 64 0 55 327 117 36
Binary 10000 1000011 10001011 1011000 110100 0 101101 11010111 1001111 11110

Color Harmonies of #10438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10438B

Black with #10438B

Text Example


Text Example

White with #10438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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