Html Css Color HEX #0C254D Sapphire

📋 copy color: '#0C254D'

red 12 ◦ green 37 ◦ blue 77

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

Shades of Sapphire #0C254D

Tints of Sapphire #0C254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

 BLUE value IS 77 (30.47% from 255) = 61.11%

R = 9.52%
G = 29.37%
B = 61.11%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C254D (or 0x0C254D) is known color: Sapphire. HEX triplet: 0C, 25 and 4D. RGB value is (12,37,77). Sum of RGB (Red+Green+Blue) = 12+37+77=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C254D is #F3DAB2. Grayscale: #212121. Windows color (decimal): -15981235 or 5055756. OLE color: 5055756.

HSL color Cylindrical-coordinate representation of color #0C254D: hue angle of 216.92º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C254D is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 37 77 -
CMYK 0.84 0.52 0 0.70
HSL 216.92º 0.73% 0.17% -
HSV(B) 216.92º 0.84% 0.3% -
XYZ 2.15 1.94 7.28 -
YUV 34.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 12 37 77 0.84 0.52 0 0.70 216.92 0.73 0.17
Hex C 25 4D 54 34 0 46 D9 49 11
Octal 14 45 115 124 64 0 106 331 111 21
Binary 1100 100101 1001101 1010100 110100 0 1000110 11011001 1001001 10001

Color Harmonies of #0C254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C254D

Black with #0C254D

Text Example


Text Example

White with #0C254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,37,77); }

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

background-color css

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

 a { background-color: rgb(12,37,77); }

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

border-color css

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

 span { border-color: rgb(12,37,77); }

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