Html Css Color HEX #0C1454 Sapphire

📋 copy color: '#0C1454'

red 12 ◦ green 20 ◦ blue 84

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

Shades of Sapphire #0C1454

Tints of Sapphire #0C1454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.24%

 BLUE value IS 84 (33.2% from 255) = 72.41%

R = 10.34%
G = 17.24%
B = 72.41%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0C1454 (or 0x0C1454) is known color: Sapphire. HEX triplet: 0C, 14 and 54. RGB value is (12,20,84). Sum of RGB (Red+Green+Blue) = 12+20+84=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #0C1454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1454 is #F3EBAB. Grayscale: #181818. Windows color (decimal): -15985580 or 5510156. OLE color: 5510156.

HSL color Cylindrical-coordinate representation of color #0C1454: hue angle of 233.33º 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 #0C1454 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 20 84 -
CMYK 0.86 0.76 0 0.67
HSL 233.33º 0.75% 0.19% -
HSV(B) 233.33º 0.86% 0.33% -
XYZ 2 1.22 8.52 -
YUV 24.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 12 20 84 0.86 0.76 0 0.67 233.33 0.75 0.19
Hex C 14 54 56 4C 0 43 E9 4B 13
Octal 14 24 124 126 114 0 103 351 113 23
Binary 1100 10100 1010100 1010110 1001100 0 1000011 11101001 1001011 10011

Color Harmonies of #0C1454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1454

Black with #0C1454

Text Example


Text Example

White with #0C1454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,20,84); }

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

background-color css

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

 a { background-color: rgb(12,20,84); }

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

border-color css

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

 span { border-color: rgb(12,20,84); }

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