Html Css Color HEX #18407B Dark Cerulean

📋 copy color: '#18407B'

red 24 ◦ green 64 ◦ blue 123

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

Shades of Dark Cerulean #18407B

Tints of Dark Cerulean #18407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

 BLUE value IS 123 (48.44% from 255) = 58.29%

R = 11.37%
G = 30.33%
B = 58.29%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#18407B (or 0x18407B) is known color: Dark Cerulean. HEX triplet: 18, 40 and 7B. RGB value is (24,64,123). Sum of RGB (Red+Green+Blue) = 24+64+123=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #18407B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18407B is #E7BF84. Grayscale: #3A3A3A. Windows color (decimal): -15187845 or 8077336. OLE color: 8077336.

HSL color Cylindrical-coordinate representation of color #18407B: hue angle of 215.76º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18407B is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 64 123 -
CMYK 0.80 0.48 0 0.52
HSL 215.76º 0.67% 0.29% -
HSV(B) 215.76º 0.8% 0.48% -
XYZ 5.79 5.29 19.46 -
YUV 58.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 24 64 123 0.80 0.48 0 0.52 215.76 0.67 0.29
Hex 18 40 7B 50 30 0 34 D8 43 1D
Octal 30 100 173 120 60 0 64 330 103 35
Binary 11000 1000000 1111011 1010000 110000 0 110100 11011000 1000011 11101

Color Harmonies of #18407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18407B

Black with #18407B

Text Example


Text Example

White with #18407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,64,123); }

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

background-color css

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

 a { background-color: rgb(24,64,123); }

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

border-color css

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

 span { border-color: rgb(24,64,123); }

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