Html Css Color HEX #030C58 Sapphire

📋 copy color: '#030C58'

red 3 ◦ green 12 ◦ blue 88

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

Shades of Sapphire #030C58

Tints of Sapphire #030C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 85.44%

R = 2.91%
G = 11.65%
B = 85.44%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#030C58 (or 0x030C58) is known color: Sapphire. HEX triplet: 03, 0C and 58. RGB value is (3,12,88). Sum of RGB (Red+Green+Blue) = 3+12+88=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 88 (34.77% from 255 or 85.44% from 103); Max value from RGB is 88 - color contains mainly: blue. Hex color #030C58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C58 is #FCF3A7. Grayscale: #111111. Windows color (decimal): -16577448 or 5770243. OLE color: 5770243.

HSL color Cylindrical-coordinate representation of color #030C58: hue angle of 233.65º 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 #030C58 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 12 88 -
CMYK 0.97 0.86 0 0.65
HSL 233.65º 0.93% 0.18% -
HSV(B) 233.65º 0.97% 0.35% -
XYZ 1.93 0.99 9.32 -
YUV 17.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 3 12 88 0.97 0.86 0 0.65 233.65 0.93 0.18
Hex 3 C 58 61 56 0 41 EA 5D 12
Octal 3 14 130 141 126 0 101 352 135 22
Binary 11 1100 1011000 1100001 1010110 0 1000001 11101010 1011101 10010

Color Harmonies of #030C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C58

Black with #030C58

Text Example


Text Example

White with #030C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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