Html Css Color HEX #030C59 Sapphire

📋 copy color: '#030C59'

red 3 ◦ green 12 ◦ blue 89

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

Shades of Sapphire #030C59

Tints of Sapphire #030C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 85.58%

R = 2.88%
G = 11.54%
B = 85.58%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#030C59 (or 0x030C59) is known color: Sapphire. HEX triplet: 03, 0C and 59. RGB value is (3,12,89). Sum of RGB (Red+Green+Blue) = 3+12+89=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 89 (35.16% from 255 or 85.58% from 104); Max value from RGB is 89 - color contains mainly: blue. Hex color #030C59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C59 is #FCF3A6. Grayscale: #111111. Windows color (decimal): -16577447 or 5835779. OLE color: 5835779.

HSL color Cylindrical-coordinate representation of color #030C59: hue angle of 233.72º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C59 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 12 89 -
CMYK 0.97 0.87 0 0.65
HSL 233.72º 0.93% 0.18% -
HSV(B) 233.72º 0.97% 0.35% -
XYZ 1.97 1 9.54 -
YUV 18.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 3 12 89 0.97 0.87 0 0.65 233.72 0.93 0.18
Hex 3 C 59 61 57 0 41 EA 5D 12
Octal 3 14 131 141 127 0 101 352 135 22
Binary 11 1100 1011001 1100001 1010111 0 1000001 11101010 1011101 10010

Color Harmonies of #030C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C59

Black with #030C59

Text Example


Text Example

White with #030C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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