Html Css Color HEX #030C54 Sapphire

📋 copy color: '#030C54'

red 3 ◦ green 12 ◦ blue 84

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

Shades of Sapphire #030C54

Tints of Sapphire #030C54

RGB

 RED value IS 3 (1.56% from 255) = 3.03%

 GREEN value IS 12 (5.08% from 255) = 12.12%

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

R = 3.03%
G = 12.12%
B = 84.85%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#030C54 (or 0x030C54) is known color: Sapphire. HEX triplet: 03, 0C and 54. RGB value is (3,12,84). Sum of RGB (Red+Green+Blue) = 3+12+84=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 84 (33.20% from 255 or 84.85% from 99); Max value from RGB is 84 - color contains mainly: blue. Hex color #030C54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C54 is #FCF3AB. Grayscale: #111111. Windows color (decimal): -16577452 or 5508099. OLE color: 5508099.

HSL color Cylindrical-coordinate representation of color #030C54: hue angle of 233.33º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030C54 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 12 84 -
CMYK 0.96 0.86 0 0.67
HSL 233.33º 0.93% 0.17% -
HSV(B) 233.33º 0.96% 0.33% -
XYZ 1.77 0.92 8.47 -
YUV 17.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 3 12 84 0.96 0.86 0 0.67 233.33 0.93 0.17
Hex 3 C 54 60 56 0 43 E9 5D 11
Octal 3 14 124 140 126 0 103 351 135 21
Binary 11 1100 1010100 1100000 1010110 0 1000011 11101001 1011101 10001

Color Harmonies of #030C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C54

Black with #030C54

Text Example


Text Example

White with #030C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030C54; }

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

 H1.HeaderClassName
 {
   color: #030C54;
 }
 .AnyTagClassName
 {
   color: #030C54;
 }
</style>

background-color css

<style>
 a { background-color: #030C54; }

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

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

border-color css

<style>
 span { border-color: #030C54; }

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

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