Html Css Color HEX #10448B Dark Cerulean

📋 copy color: '#10448B'

red 16 ◦ green 68 ◦ blue 139

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

Shades of Dark Cerulean #10448B

Tints of Dark Cerulean #10448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.49%

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

R = 7.17%
G = 30.49%
B = 62.33%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10448B (or 0x10448B) is known color: Dark Cerulean. HEX triplet: 10, 44 and 8B. RGB value is (16,68,139). Sum of RGB (Red+Green+Blue) = 16+68+139=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #10448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10448B is #EFBB74. Grayscale: #3C3C3C. Windows color (decimal): -15711093 or 9126928. OLE color: 9126928.

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

Color convert

RGB 16 68 139 -
CMYK 0.88 0.51 0 0.45
HSL 214.63º 0.79% 0.3% -
HSV(B) 214.63º 0.88% 0.55% -
XYZ 6.94 6.11 25.24 -
YUV 60.55 172.27 96.23 -
System Red Green Blue C M Y K H S L
Decimal 16 68 139 0.88 0.51 0 0.45 214.63 0.79 0.3
Hex 10 44 8B 58 33 0 2D D7 4F 1E
Octal 20 104 213 130 63 0 55 327 117 36
Binary 10000 1000100 10001011 1011000 110011 0 101101 11010111 1001111 11110

Color Harmonies of #10448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10448B

Black with #10448B

Text Example


Text Example

White with #10448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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