Html Css Color HEX #0C1D5B Sapphire

📋 copy color: '#0C1D5B'

red 12 ◦ green 29 ◦ blue 91

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

Shades of Sapphire #0C1D5B

Tints of Sapphire #0C1D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.97%

 BLUE value IS 91 (35.94% from 255) = 68.94%

R = 9.09%
G = 21.97%
B = 68.94%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0C1D5B (or 0x0C1D5B) is known color: Sapphire. HEX triplet: 0C, 1D and 5B. RGB value is (12,29,91). Sum of RGB (Red+Green+Blue) = 12+29+91=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C1D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1D5B is #F3E2A4. Grayscale: #1E1E1E. Windows color (decimal): -15983269 or 5971212. OLE color: 5971212.

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

Color convert

RGB 12 29 91 -
CMYK 0.87 0.68 0 0.64
HSL 227.09º 0.77% 0.2% -
HSV(B) 227.09º 0.87% 0.36% -
XYZ 2.48 1.71 10.1 -
YUV 30.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 12 29 91 0.87 0.68 0 0.64 227.09 0.77 0.2
Hex C 1D 5B 57 44 0 40 E3 4D 14
Octal 14 35 133 127 104 0 100 343 115 24
Binary 1100 11101 1011011 1010111 1000100 0 1000000 11100011 1001101 10100

Color Harmonies of #0C1D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1D5B

Black with #0C1D5B

Text Example


Text Example

White with #0C1D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,29,91); }

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

background-color css

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

 a { background-color: rgb(12,29,91); }

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

border-color css

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

 span { border-color: rgb(12,29,91); }

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