Html Css Color HEX #0C264D Sapphire

📋 copy color: '#0C264D'

red 12 ◦ green 38 ◦ blue 77

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

Shades of Sapphire #0C264D

Tints of Sapphire #0C264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.92%

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

R = 9.45%
G = 29.92%
B = 60.63%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C264D (or 0x0C264D) is known color: Sapphire. HEX triplet: 0C, 26 and 4D. RGB value is (12,38,77). Sum of RGB (Red+Green+Blue) = 12+38+77=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C264D is #F3D9B2. Grayscale: #222222. Windows color (decimal): -15980979 or 5056012. OLE color: 5056012.

HSL color Cylindrical-coordinate representation of color #0C264D: hue angle of 216º 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 #0C264D is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 38 77 -
CMYK 0.84 0.51 0 0.70
HSL 216º 0.73% 0.17% -
HSV(B) 216º 0.84% 0.3% -
XYZ 2.18 2 7.29 -
YUV 34.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 12 38 77 0.84 0.51 0 0.70 216 0.73 0.17
Hex C 26 4D 54 33 0 46 D8 49 11
Octal 14 46 115 124 63 0 106 330 111 21
Binary 1100 100110 1001101 1010100 110011 0 1000110 11011000 1001001 10001

Color Harmonies of #0C264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C264D

Black with #0C264D

Text Example


Text Example

White with #0C264D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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