Html Css Color HEX #18367A Dark Cerulean

📋 copy color: '#18367A'

red 24 ◦ green 54 ◦ blue 122

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

Shades of Dark Cerulean #18367A

Tints of Dark Cerulean #18367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27%

 BLUE value IS 122 (48.05% from 255) = 61%

R = 12%
G = 27%
B = 61%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#18367A (or 0x18367A) is known color: Dark Cerulean. HEX triplet: 18, 36 and 7A. RGB value is (24,54,122). Sum of RGB (Red+Green+Blue) = 24+54+122=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #18367A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18367A is #E7C985. Grayscale: #343434. Windows color (decimal): -15190406 or 8009240. OLE color: 8009240.

HSL color Cylindrical-coordinate representation of color #18367A: hue angle of 221.63º 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 #18367A is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 54 122 -
CMYK 0.80 0.56 0 0.52
HSL 221.63º 0.67% 0.29% -
HSV(B) 221.63º 0.8% 0.48% -
XYZ 5.21 4.24 18.96 -
YUV 52.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 24 54 122 0.80 0.56 0 0.52 221.63 0.67 0.29
Hex 18 36 7A 50 38 0 34 DE 43 1D
Octal 30 66 172 120 70 0 64 336 103 35
Binary 11000 110110 1111010 1010000 111000 0 110100 11011110 1000011 11101

Color Harmonies of #18367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18367A

Black with #18367A

Text Example


Text Example

White with #18367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18367A; }

 p { color: rgb(24,54,122); }

 H1.HeaderClassName
 {
   color: #18367A;
 }
 .AnyTagClassName
 {
   color: #18367A;
 }
</style>

background-color css

<style>
 a { background-color: #18367A; }

 a { background-color: rgb(24,54,122); }

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

border-color css

<style>
 span { border-color: #18367A; }

 span { border-color: rgb(24,54,122); }

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