Html Css Color HEX #0C2676 Sapphire

📋 copy color: '#0C2676'

red 12 ◦ green 38 ◦ blue 118

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

Shades of Sapphire #0C2676

Tints of Sapphire #0C2676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 70.24%

R = 7.14%
G = 22.62%
B = 70.24%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C2676 (or 0x0C2676) is known color: Sapphire. HEX triplet: 0C, 26 and 76. RGB value is (12,38,118). Sum of RGB (Red+Green+Blue) = 12+38+118=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C2676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2676 is #F3D989. Grayscale: #272727. Windows color (decimal): -15980938 or 7742988. OLE color: 7742988.

HSL color Cylindrical-coordinate representation of color #0C2676: hue angle of 225.28º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C2676 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 38 118 -
CMYK 0.90 0.68 0 0.54
HSL 225.28º 0.82% 0.25% -
HSV(B) 225.28º 0.9% 0.46% -
XYZ 4.11 2.77 17.46 -
YUV 39.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 12 38 118 0.90 0.68 0 0.54 225.28 0.82 0.25
Hex C 26 76 5A 44 0 36 E1 52 19
Octal 14 46 166 132 104 0 66 341 122 31
Binary 1100 100110 1110110 1011010 1000100 0 110110 11100001 1010010 11001

Color Harmonies of #0C2676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2676

Black with #0C2676

Text Example


Text Example

White with #0C2676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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