Html Css Color HEX #0C265D Sapphire

📋 copy color: '#0C265D'

red 12 ◦ green 38 ◦ blue 93

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

Shades of Sapphire #0C265D

Tints of Sapphire #0C265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 65.03%

R = 8.39%
G = 26.57%
B = 65.03%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0C265D (or 0x0C265D) is known color: Sapphire. HEX triplet: 0C, 26 and 5D. RGB value is (12,38,93). Sum of RGB (Red+Green+Blue) = 12+38+93=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C265D is #F3D9A2. Grayscale: #242424. Windows color (decimal): -15980963 or 6104588. OLE color: 6104588.

HSL color Cylindrical-coordinate representation of color #0C265D: hue angle of 220.74º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C265D is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 12 38 93 -
CMYK 0.87 0.59 0 0.64
HSL 220.74º 0.77% 0.21% -
HSV(B) 220.74º 0.87% 0.36% -
XYZ 2.82 2.25 10.64 -
YUV 36.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 12 38 93 0.87 0.59 0 0.64 220.74 0.77 0.21
Hex C 26 5D 57 3B 0 40 DD 4D 15
Octal 14 46 135 127 73 0 100 335 115 25
Binary 1100 100110 1011101 1010111 111011 0 1000000 11011101 1001101 10101

Color Harmonies of #0C265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C265D

Black with #0C265D

Text Example


Text Example

White with #0C265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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