Html Css Color HEX #061E7D Sapphire

📋 copy color: '#061E7D'

red 6 ◦ green 30 ◦ blue 125

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

Shades of Sapphire #061E7D

Tints of Sapphire #061E7D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.63%

 BLUE value IS 125 (49.22% from 255) = 77.64%

R = 3.73%
G = 18.63%
B = 77.64%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#061E7D (or 0x061E7D) is known color: Sapphire. HEX triplet: 06, 1E and 7D. RGB value is (6,30,125). Sum of RGB (Red+Green+Blue) = 6+30+125=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 125 (49.22% from 255 or 77.64% from 161); Max value from RGB is 125 - color contains mainly: blue. Hex color #061E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E7D is #F9E182. Grayscale: #212121. Windows color (decimal): -16376195 or 8199686. OLE color: 8199686.

HSL color Cylindrical-coordinate representation of color #061E7D: hue angle of 227.9º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061E7D is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 30 125 -
CMYK 0.95 0.76 0 0.51
HSL 227.9º 0.91% 0.26% -
HSV(B) 227.9º 0.95% 0.49% -
XYZ 4.24 2.45 19.65 -
YUV 33.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 6 30 125 0.95 0.76 0 0.51 227.9 0.91 0.26
Hex 6 1E 7D 5F 4C 0 33 E4 5B 1A
Octal 6 36 175 137 114 0 63 344 133 32
Binary 110 11110 1111101 1011111 1001100 0 110011 11100100 1011011 11010

Color Harmonies of #061E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E7D

Black with #061E7D

Text Example


Text Example

White with #061E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061E7D; }

 p { color: rgb(6,30,125); }

 H1.HeaderClassName
 {
   color: #061E7D;
 }
 .AnyTagClassName
 {
   color: #061E7D;
 }
</style>

background-color css

<style>
 a { background-color: #061E7D; }

 a { background-color: rgb(6,30,125); }

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

border-color css

<style>
 span { border-color: #061E7D; }

 span { border-color: rgb(6,30,125); }

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