Html Css Color HEX #030A52 Sapphire

📋 copy color: '#030A52'

red 3 ◦ green 10 ◦ blue 82

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

Shades of Sapphire #030A52

Tints of Sapphire #030A52

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.53%

 BLUE value IS 82 (32.42% from 255) = 86.32%

R = 3.16%
G = 10.53%
B = 86.32%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#030A52 (or 0x030A52) is known color: Sapphire. HEX triplet: 03, 0A and 52. RGB value is (3,10,82). Sum of RGB (Red+Green+Blue) = 3+10+82=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 82 (32.42% from 255 or 86.32% from 95); Max value from RGB is 82 - color contains mainly: blue. Hex color #030A52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A52 is #FCF5AD. Grayscale: #0F0F0F. Windows color (decimal): -16577966 or 5376515. OLE color: 5376515.

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

Color convert

RGB 3 10 82 -
CMYK 0.96 0.88 0 0.68
HSL 234.68º 0.93% 0.17% -
HSV(B) 234.68º 0.96% 0.32% -
XYZ 1.67 0.85 8.06 -
YUV 16.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 3 10 82 0.96 0.88 0 0.68 234.68 0.93 0.17
Hex 3 A 52 60 58 0 44 EB 5D 11
Octal 3 12 122 140 130 0 104 353 135 21
Binary 11 1010 1010010 1100000 1011000 0 1000100 11101011 1011101 10001

Color Harmonies of #030A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A52

Black with #030A52

Text Example


Text Example

White with #030A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,10,82); }

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

background-color css

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

 a { background-color: rgb(3,10,82); }

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

border-color css

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

 span { border-color: rgb(3,10,82); }

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