Html Css Color HEX #061755 Sapphire

📋 copy color: '#061755'

red 6 ◦ green 23 ◦ blue 85

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

Shades of Sapphire #061755

Tints of Sapphire #061755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.18%

 BLUE value IS 85 (33.59% from 255) = 74.56%

R = 5.26%
G = 20.18%
B = 74.56%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061755 (or 0x061755) is known color: Sapphire. HEX triplet: 06, 17 and 55. RGB value is (6,23,85). Sum of RGB (Red+Green+Blue) = 6+23+85=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 85 (33.59% from 255 or 74.56% from 114); Max value from RGB is 85 - color contains mainly: blue. Hex color #061755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061755 is #F9E8AA. Grayscale: #181818. Windows color (decimal): -16378027 or 5576454. OLE color: 5576454.

HSL color Cylindrical-coordinate representation of color #061755: hue angle of 227.09º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061755 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 23 85 -
CMYK 0.93 0.73 0 0.67
HSL 227.09º 0.87% 0.18% -
HSV(B) 227.09º 0.93% 0.33% -
XYZ 2.02 1.31 8.74 -
YUV 24.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 6 23 85 0.93 0.73 0 0.67 227.09 0.87 0.18
Hex 6 17 55 5D 49 0 43 E3 57 12
Octal 6 27 125 135 111 0 103 343 127 22
Binary 110 10111 1010101 1011101 1001001 0 1000011 11100011 1010111 10010

Color Harmonies of #061755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061755

Black with #061755

Text Example


Text Example

White with #061755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061755; }

 p { color: rgb(6,23,85); }

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

background-color css

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

 a { background-color: rgb(6,23,85); }

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

border-color css

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

 span { border-color: rgb(6,23,85); }

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