Html Css Color HEX #030C53 Sapphire

📋 copy color: '#030C53'

red 3 ◦ green 12 ◦ blue 83

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

Shades of Sapphire #030C53

Tints of Sapphire #030C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 84.69%

R = 3.06%
G = 12.24%
B = 84.69%

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

#030C53 (or 0x030C53) is known color: Sapphire. HEX triplet: 03, 0C and 53. RGB value is (3,12,83). Sum of RGB (Red+Green+Blue) = 3+12+83=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 83 (32.81% from 255 or 84.69% from 98); Max value from RGB is 83 - color contains mainly: blue. Hex color #030C53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C53 is #FCF3AC. Grayscale: #111111. Windows color (decimal): -16577453 or 5442563. OLE color: 5442563.

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

Color convert

RGB 3 12 83 -
CMYK 0.96 0.86 0 0.67
HSL 233.25º 0.93% 0.17% -
HSV(B) 233.25º 0.96% 0.33% -
XYZ 1.73 0.91 8.27 -
YUV 17.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 3 12 83 0.96 0.86 0 0.67 233.25 0.93 0.17
Hex 3 C 53 60 56 0 43 E9 5D 11
Octal 3 14 123 140 126 0 103 351 135 21
Binary 11 1100 1010011 1100000 1010110 0 1000011 11101001 1011101 10001

Color Harmonies of #030C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C53

Black with #030C53

Text Example


Text Example

White with #030C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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