Html Css Color HEX #10438F Dark Cerulean

📋 copy color: '#10438F'

red 16 ◦ green 67 ◦ blue 143

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

Shades of Dark Cerulean #10438F

Tints of Dark Cerulean #10438F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63.27%

R = 7.08%
G = 29.65%
B = 63.27%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10438F (or 0x10438F) is known color: Dark Cerulean. HEX triplet: 10, 43 and 8F. RGB value is (16,67,143). Sum of RGB (Red+Green+Blue) = 16+67+143=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #10438F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10438F is #EFBC70. Grayscale: #3C3C3C. Windows color (decimal): -15711345 or 9388816. OLE color: 9388816.

HSL color Cylindrical-coordinate representation of color #10438F: hue angle of 215.91º 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 #10438F is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 67 143 -
CMYK 0.89 0.53 0 0.44
HSL 215.91º 0.8% 0.31% -
HSV(B) 215.91º 0.89% 0.56% -
XYZ 7.18 6.11 26.79 -
YUV 60.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 16 67 143 0.89 0.53 0 0.44 215.91 0.8 0.31
Hex 10 43 8F 59 35 0 2C D8 50 1F
Octal 20 103 217 131 65 0 54 330 120 37
Binary 10000 1000011 10001111 1011001 110101 0 101100 11011000 1010000 11111

Color Harmonies of #10438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10438F

Black with #10438F

Text Example


Text Example

White with #10438F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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