Html Css Color HEX #061D71 Sapphire

📋 copy color: '#061D71'

red 6 ◦ green 29 ◦ blue 113

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

Shades of Sapphire #061D71

Tints of Sapphire #061D71

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.59%

 BLUE value IS 113 (44.53% from 255) = 76.35%

R = 4.05%
G = 19.59%
B = 76.35%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#061D71 (or 0x061D71) is known color: Sapphire. HEX triplet: 06, 1D and 71. RGB value is (6,29,113). Sum of RGB (Red+Green+Blue) = 6+29+113=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #061D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D71 is #F9E28E. Grayscale: #1F1F1F. Windows color (decimal): -16376463 or 7412998. OLE color: 7412998.

HSL color Cylindrical-coordinate representation of color #061D71: hue angle of 227.1º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061D71 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 29 113 -
CMYK 0.95 0.74 0 0.56
HSL 227.1º 0.9% 0.23% -
HSV(B) 227.1º 0.95% 0.44% -
XYZ 3.5 2.11 15.85 -
YUV 31.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 6 29 113 0.95 0.74 0 0.56 227.1 0.9 0.23
Hex 6 1D 71 5F 4A 0 38 E3 5A 17
Octal 6 35 161 137 112 0 70 343 132 27
Binary 110 11101 1110001 1011111 1001010 0 111000 11100011 1011010 10111

Color Harmonies of #061D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D71

Black with #061D71

Text Example


Text Example

White with #061D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,29,113); }

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

background-color css

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

 a { background-color: rgb(6,29,113); }

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

border-color css

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

 span { border-color: rgb(6,29,113); }

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