Html Css Color HEX #0C2669 Sapphire

📋 copy color: '#0C2669'

red 12 ◦ green 38 ◦ blue 105

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

Shades of Sapphire #0C2669

Tints of Sapphire #0C2669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 67.74%

R = 7.74%
G = 24.52%
B = 67.74%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C2669 (or 0x0C2669) is known color: Sapphire. HEX triplet: 0C, 26 and 69. RGB value is (12,38,105). Sum of RGB (Red+Green+Blue) = 12+38+105=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C2669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2669 is #F3D996. Grayscale: #252525. Windows color (decimal): -15980951 or 6891020. OLE color: 6891020.

HSL color Cylindrical-coordinate representation of color #0C2669: hue angle of 223.23º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C2669 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 38 105 -
CMYK 0.89 0.64 0 0.59
HSL 223.23º 0.79% 0.23% -
HSV(B) 223.23º 0.89% 0.41% -
XYZ 3.39 2.48 13.67 -
YUV 37.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 12 38 105 0.89 0.64 0 0.59 223.23 0.79 0.23
Hex C 26 69 59 40 0 3B DF 4F 17
Octal 14 46 151 131 100 0 73 337 117 27
Binary 1100 100110 1101001 1011001 1000000 0 111011 11011111 1001111 10111

Color Harmonies of #0C2669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2669

Black with #0C2669

Text Example


Text Example

White with #0C2669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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