Html Css Color HEX #02064D Sapphire

📋 copy color: '#02064D'

red 2 ◦ green 6 ◦ blue 77

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

Shades of Sapphire #02064D

Tints of Sapphire #02064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.06%

 BLUE value IS 77 (30.47% from 255) = 90.59%

R = 2.35%
G = 7.06%
B = 90.59%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02064D (or 0x02064D) is known color: Sapphire. HEX triplet: 02, 06 and 4D. RGB value is (2,6,77). Sum of RGB (Red+Green+Blue) = 2+6+77=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 77 (30.47% from 255 or 90.59% from 85); Max value from RGB is 77 - color contains mainly: blue. Hex color #02064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02064D is #FDF9B2. Grayscale: #0C0C0C. Windows color (decimal): -16644531 or 5047810. OLE color: 5047810.

HSL color Cylindrical-coordinate representation of color #02064D: hue angle of 236.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02064D is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 6 77 -
CMYK 0.97 0.92 0 0.70
HSL 236.8º 0.95% 0.15% -
HSV(B) 236.8º 0.97% 0.3% -
XYZ 1.43 0.68 7.08 -
YUV 12.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 2 6 77 0.97 0.92 0 0.70 236.8 0.95 0.15
Hex 2 6 4D 61 5C 0 46 ED 5F F
Octal 2 6 115 141 134 0 106 355 137 17
Binary 10 110 1001101 1100001 1011100 0 1000110 11101101 1011111 1111

Color Harmonies of #02064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02064D

Black with #02064D

Text Example


Text Example

White with #02064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02064D; }

 p { color: rgb(2,6,77); }

 H1.HeaderClassName
 {
   color: #02064D;
 }
 .AnyTagClassName
 {
   color: #02064D;
 }
</style>

background-color css

<style>
 a { background-color: #02064D; }

 a { background-color: rgb(2,6,77); }

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

border-color css

<style>
 span { border-color: #02064D; }

 span { border-color: rgb(2,6,77); }

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