Html Css Color HEX #0C507E Dark Cerulean

📋 copy color: '#0C507E'

red 12 ◦ green 80 ◦ blue 126

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

Shades of Dark Cerulean #0C507E

Tints of Dark Cerulean #0C507E

RGB

 RED value IS 12 (5.08% from 255) = 5.5%

 GREEN value IS 80 (31.64% from 255) = 36.7%

 BLUE value IS 126 (49.61% from 255) = 57.8%

R = 5.5%
G = 36.7%
B = 57.8%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C507E (or 0x0C507E) is known color: Dark Cerulean. HEX triplet: 0C, 50 and 7E. RGB value is (12,80,126). Sum of RGB (Red+Green+Blue) = 12+80+126=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #0C507E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C507E is #F3AF81. Grayscale: #404040. Windows color (decimal): -15970178 or 8278028. OLE color: 8278028.

HSL color Cylindrical-coordinate representation of color #0C507E: hue angle of 204.21º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C507E is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 80 126 -
CMYK 0.90 0.37 0 0.51
HSL 204.21º 0.83% 0.27% -
HSV(B) 204.21º 0.9% 0.49% -
XYZ 6.79 7.32 20.79 -
YUV 64.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 12 80 126 0.90 0.37 0 0.51 204.21 0.83 0.27
Hex C 50 7E 5A 25 0 33 CC 53 1B
Octal 14 120 176 132 45 0 63 314 123 33
Binary 1100 1010000 1111110 1011010 100101 0 110011 11001100 1010011 11011

Color Harmonies of #0C507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C507E

Black with #0C507E

Text Example


Text Example

White with #0C507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C507E; }

 p { color: rgb(12,80,126); }

 H1.HeaderClassName
 {
   color: #0C507E;
 }
 .AnyTagClassName
 {
   color: #0C507E;
 }
</style>

background-color css

<style>
 a { background-color: #0C507E; }

 a { background-color: rgb(12,80,126); }

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

border-color css

<style>
 span { border-color: #0C507E; }

 span { border-color: rgb(12,80,126); }

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