Html Css Color HEX #18417F Dark Cerulean

📋 copy color: '#18417F'

red 24 ◦ green 65 ◦ blue 127

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

Shades of Dark Cerulean #18417F

Tints of Dark Cerulean #18417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

 BLUE value IS 127 (50% from 255) = 58.8%

R = 11.11%
G = 30.09%
B = 58.8%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18417F (or 0x18417F) is known color: Dark Cerulean. HEX triplet: 18, 41 and 7F. RGB value is (24,65,127). Sum of RGB (Red+Green+Blue) = 24+65+127=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #18417F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18417F is #E7BE80. Grayscale: #3B3B3B. Windows color (decimal): -15187585 or 8339736. OLE color: 8339736.

HSL color Cylindrical-coordinate representation of color #18417F: hue angle of 216.12º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18417F is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 65 127 -
CMYK 0.81 0.49 0 0.50
HSL 216.12º 0.68% 0.3% -
HSV(B) 216.12º 0.81% 0.5% -
XYZ 6.1 5.51 20.82 -
YUV 59.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 24 65 127 0.81 0.49 0 0.50 216.12 0.68 0.3
Hex 18 41 7F 51 31 0 32 D8 44 1E
Octal 30 101 177 121 61 0 62 330 104 36
Binary 11000 1000001 1111111 1010001 110001 0 110010 11011000 1000100 11110

Color Harmonies of #18417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18417F

Black with #18417F

Text Example


Text Example

White with #18417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,65,127); }

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

background-color css

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

 a { background-color: rgb(24,65,127); }

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

border-color css

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

 span { border-color: rgb(24,65,127); }

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