Html Css Color HEX #030C57 Sapphire

📋 copy color: '#030C57'

red 3 ◦ green 12 ◦ blue 87

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

Shades of Sapphire #030C57

Tints of Sapphire #030C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 85.29%

R = 2.94%
G = 11.76%
B = 85.29%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#030C57 (or 0x030C57) is known color: Sapphire. HEX triplet: 03, 0C and 57. RGB value is (3,12,87). Sum of RGB (Red+Green+Blue) = 3+12+87=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 87 (34.38% from 255 or 85.29% from 102); Max value from RGB is 87 - color contains mainly: blue. Hex color #030C57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C57 is #FCF3A8. Grayscale: #111111. Windows color (decimal): -16577449 or 5704707. OLE color: 5704707.

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

Color convert

RGB 3 12 87 -
CMYK 0.97 0.86 0 0.66
HSL 233.57º 0.93% 0.18% -
HSV(B) 233.57º 0.97% 0.34% -
XYZ 1.89 0.97 9.1 -
YUV 17.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 3 12 87 0.97 0.86 0 0.66 233.57 0.93 0.18
Hex 3 C 57 61 56 0 42 EA 5D 12
Octal 3 14 127 141 126 0 102 352 135 22
Binary 11 1100 1010111 1100001 1010110 0 1000010 11101010 1011101 10010

Color Harmonies of #030C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C57

Black with #030C57

Text Example


Text Example

White with #030C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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