Html Css Color HEX #18448B Dark Cerulean

📋 copy color: '#18448B'

red 24 ◦ green 68 ◦ blue 139

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

Shades of Dark Cerulean #18448B

Tints of Dark Cerulean #18448B

RGB

 RED value IS 24 (9.77% from 255) = 10.39%

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

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

R = 10.39%
G = 29.44%
B = 60.17%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18448B (or 0x18448B) is known color: Dark Cerulean. HEX triplet: 18, 44 and 8B. RGB value is (24,68,139). Sum of RGB (Red+Green+Blue) = 24+68+139=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #18448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18448B is #E7BB74. Grayscale: #3E3E3E. Windows color (decimal): -15186805 or 9126936. OLE color: 9126936.

HSL color Cylindrical-coordinate representation of color #18448B: hue angle of 217.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18448B is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 68 139 -
CMYK 0.83 0.51 0 0.45
HSL 217.04º 0.71% 0.32% -
HSV(B) 217.04º 0.83% 0.55% -
XYZ 7.1 6.19 25.25 -
YUV 62.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 24 68 139 0.83 0.51 0 0.45 217.04 0.71 0.32
Hex 18 44 8B 53 33 0 2D D9 47 20
Octal 30 104 213 123 63 0 55 331 107 40
Binary 11000 1000100 10001011 1010011 110011 0 101101 11011001 1000111 100000

Color Harmonies of #18448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18448B

Black with #18448B

Text Example


Text Example

White with #18448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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