Html Css Color HEX #12377F Dark Cerulean

📋 copy color: '#12377F'

red 18 ◦ green 55 ◦ blue 127

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

Shades of Dark Cerulean #12377F

Tints of Dark Cerulean #12377F

RGB

 RED value IS 18 (7.42% from 255) = 9%

 GREEN value IS 55 (21.88% from 255) = 27.5%

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

R = 9%
G = 27.5%
B = 63.5%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12377F (or 0x12377F) is known color: Dark Cerulean. HEX triplet: 12, 37 and 7F. RGB value is (18,55,127). Sum of RGB (Red+Green+Blue) = 18+55+127=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #12377F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12377F is #EDC880. Grayscale: #333333. Windows color (decimal): -15583361 or 8337170. OLE color: 8337170.

HSL color Cylindrical-coordinate representation of color #12377F: hue angle of 219.63º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12377F is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 55 127 -
CMYK 0.86 0.57 0 0.50
HSL 219.63º 0.75% 0.28% -
HSV(B) 219.63º 0.86% 0.5% -
XYZ 5.45 4.39 20.64 -
YUV 52.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 18 55 127 0.86 0.57 0 0.50 219.63 0.75 0.28
Hex 12 37 7F 56 39 0 32 DC 4B 1C
Octal 22 67 177 126 71 0 62 334 113 34
Binary 10010 110111 1111111 1010110 111001 0 110010 11011100 1001011 11100

Color Harmonies of #12377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12377F

Black with #12377F

Text Example


Text Example

White with #12377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,55,127); }

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

background-color css

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

 a { background-color: rgb(18,55,127); }

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

border-color css

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

 span { border-color: rgb(18,55,127); }

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