Html Css Color HEX #020C4A Sapphire

📋 copy color: '#020C4A'

red 2 ◦ green 12 ◦ blue 74

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

Shades of Sapphire #020C4A

Tints of Sapphire #020C4A

RGB

 RED value IS 2 (1.17% from 255) = 2.27%

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

 BLUE value IS 74 (29.3% from 255) = 84.09%

R = 2.27%
G = 13.64%
B = 84.09%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#020C4A (or 0x020C4A) is known color: Sapphire. HEX triplet: 02, 0C and 4A. RGB value is (2,12,74). Sum of RGB (Red+Green+Blue) = 2+12+74=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 74 (29.30% from 255 or 84.09% from 88); Max value from RGB is 74 - color contains mainly: blue. Hex color #020C4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C4A is #FDF3B5. Grayscale: #0F0F0F. Windows color (decimal): -16642998 or 4852738. OLE color: 4852738.

HSL color Cylindrical-coordinate representation of color #020C4A: hue angle of 231.67º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020C4A is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 12 74 -
CMYK 0.97 0.84 0 0.71
HSL 231.67º 0.95% 0.15% -
HSV(B) 231.67º 0.97% 0.29% -
XYZ 1.39 0.77 6.55 -
YUV 16.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 2 12 74 0.97 0.84 0 0.71 231.67 0.95 0.15
Hex 2 C 4A 61 54 0 47 E8 5F F
Octal 2 14 112 141 124 0 107 350 137 17
Binary 10 1100 1001010 1100001 1010100 0 1000111 11101000 1011111 1111

Color Harmonies of #020C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C4A

Black with #020C4A

Text Example


Text Example

White with #020C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020C4A; }

 p { color: rgb(2,12,74); }

 H1.HeaderClassName
 {
   color: #020C4A;
 }
 .AnyTagClassName
 {
   color: #020C4A;
 }
</style>

background-color css

<style>
 a { background-color: #020C4A; }

 a { background-color: rgb(2,12,74); }

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

border-color css

<style>
 span { border-color: #020C4A; }

 span { border-color: rgb(2,12,74); }

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