Html Css Color HEX #0C1D53 Sapphire

📋 copy color: '#0C1D53'

red 12 ◦ green 29 ◦ blue 83

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

Shades of Sapphire #0C1D53

Tints of Sapphire #0C1D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 66.94%

R = 9.68%
G = 23.39%
B = 66.94%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0C1D53 (or 0x0C1D53) is known color: Sapphire. HEX triplet: 0C, 1D and 53. RGB value is (12,29,83). Sum of RGB (Red+Green+Blue) = 12+29+83=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #0C1D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1D53 is #F3E2AC. Grayscale: #1D1D1D. Windows color (decimal): -15983277 or 5446924. OLE color: 5446924.

HSL color Cylindrical-coordinate representation of color #0C1D53: hue angle of 225.63º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C1D53 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 29 83 -
CMYK 0.86 0.65 0 0.67
HSL 225.63º 0.75% 0.19% -
HSV(B) 225.63º 0.86% 0.33% -
XYZ 2.15 1.58 8.38 -
YUV 30.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 12 29 83 0.86 0.65 0 0.67 225.63 0.75 0.19
Hex C 1D 53 56 41 0 43 E2 4B 13
Octal 14 35 123 126 101 0 103 342 113 23
Binary 1100 11101 1010011 1010110 1000001 0 1000011 11100010 1001011 10011

Color Harmonies of #0C1D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1D53

Black with #0C1D53

Text Example


Text Example

White with #0C1D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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