Html Css Color HEX #061875 Sapphire

📋 copy color: '#061875'

red 6 ◦ green 24 ◦ blue 117

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

Shades of Sapphire #061875

Tints of Sapphire #061875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.33%

 BLUE value IS 117 (46.09% from 255) = 79.59%

R = 4.08%
G = 16.33%
B = 79.59%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#061875 (or 0x061875) is known color: Sapphire. HEX triplet: 06, 18 and 75. RGB value is (6,24,117). Sum of RGB (Red+Green+Blue) = 6+24+117=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #061875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061875 is #F9E78A. Grayscale: #1C1C1C. Windows color (decimal): -16377739 or 7673862. OLE color: 7673862.

HSL color Cylindrical-coordinate representation of color #061875: hue angle of 230.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061875 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 24 117 -
CMYK 0.95 0.79 0 0.54
HSL 230.27º 0.9% 0.24% -
HSV(B) 230.27º 0.95% 0.46% -
XYZ 3.61 1.98 17.02 -
YUV 29.22 177.54 111.44 -
System Red Green Blue C M Y K H S L
Decimal 6 24 117 0.95 0.79 0 0.54 230.27 0.9 0.24
Hex 6 18 75 5F 4F 0 36 E6 5A 18
Octal 6 30 165 137 117 0 66 346 132 30
Binary 110 11000 1110101 1011111 1001111 0 110110 11100110 1011010 11000

Color Harmonies of #061875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061875

Black with #061875

Text Example


Text Example

White with #061875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061875; }

 p { color: rgb(6,24,117); }

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

background-color css

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

 a { background-color: rgb(6,24,117); }

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

border-color css

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

 span { border-color: rgb(6,24,117); }

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