Html Css Color HEX #18387F Dark Cerulean

📋 copy color: '#18387F'

red 24 ◦ green 56 ◦ blue 127

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

Shades of Dark Cerulean #18387F

Tints of Dark Cerulean #18387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.05%

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

R = 11.59%
G = 27.05%
B = 61.35%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18387F (or 0x18387F) is known color: Dark Cerulean. HEX triplet: 18, 38 and 7F. RGB value is (24,56,127). Sum of RGB (Red+Green+Blue) = 24+56+127=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #18387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18387F is #E7C780. Grayscale: #363636. Windows color (decimal): -15189889 or 8337432. OLE color: 8337432.

HSL color Cylindrical-coordinate representation of color #18387F: hue angle of 221.36º 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 #18387F is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 56 127 -
CMYK 0.81 0.56 0 0.50
HSL 221.36º 0.68% 0.3% -
HSV(B) 221.36º 0.81% 0.5% -
XYZ 5.62 4.55 20.66 -
YUV 54.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 24 56 127 0.81 0.56 0 0.50 221.36 0.68 0.3
Hex 18 38 7F 51 38 0 32 DD 44 1E
Octal 30 70 177 121 70 0 62 335 104 36
Binary 11000 111000 1111111 1010001 111000 0 110010 11011101 1000100 11110

Color Harmonies of #18387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18387F

Black with #18387F

Text Example


Text Example

White with #18387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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