Html Css Color HEX #062D7F Sapphire

📋 copy color: '#062D7F'

red 6 ◦ green 45 ◦ blue 127

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

Shades of Sapphire #062D7F

Tints of Sapphire #062D7F

RGB

 RED value IS 6 (2.73% from 255) = 3.37%

 GREEN value IS 45 (17.97% from 255) = 25.28%

 BLUE value IS 127 (50% from 255) = 71.35%

R = 3.37%
G = 25.28%
B = 71.35%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#062D7F (or 0x062D7F) is known color: Sapphire. HEX triplet: 06, 2D and 7F. RGB value is (6,45,127). Sum of RGB (Red+Green+Blue) = 6+45+127=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 127 (50% from 255 or 71.35% from 178); Max value from RGB is 127 - color contains mainly: blue. Hex color #062D7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D7F is #F9D280. Grayscale: #2A2A2A. Windows color (decimal): -16372353 or 8334598. OLE color: 8334598.

HSL color Cylindrical-coordinate representation of color #062D7F: hue angle of 220.66º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062D7F is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 45 127 -
CMYK 0.95 0.65 0 0.50
HSL 220.66º 0.91% 0.26% -
HSV(B) 220.66º 0.95% 0.5% -
XYZ 4.84 3.45 20.49 -
YUV 42.69 175.58 101.83 -
System Red Green Blue C M Y K H S L
Decimal 6 45 127 0.95 0.65 0 0.50 220.66 0.91 0.26
Hex 6 2D 7F 5F 41 0 32 DD 5B 1A
Octal 6 55 177 137 101 0 62 335 133 32
Binary 110 101101 1111111 1011111 1000001 0 110010 11011101 1011011 11010

Color Harmonies of #062D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D7F

Black with #062D7F

Text Example


Text Example

White with #062D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062D7F; }

 p { color: rgb(6,45,127); }

 H1.HeaderClassName
 {
   color: #062D7F;
 }
 .AnyTagClassName
 {
   color: #062D7F;
 }
</style>

background-color css

<style>
 a { background-color: #062D7F; }

 a { background-color: rgb(6,45,127); }

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

border-color css

<style>
 span { border-color: #062D7F; }

 span { border-color: rgb(6,45,127); }

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