Html Css Color HEX #062750 Sapphire

📋 copy color: '#062750'

red 6 ◦ green 39 ◦ blue 80

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

Shades of Sapphire #062750

Tints of Sapphire #062750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.2%

 BLUE value IS 80 (31.64% from 255) = 64%

R = 4.8%
G = 31.2%
B = 64%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#062750 (or 0x062750) is known color: Sapphire. HEX triplet: 06, 27 and 50. RGB value is (6,39,80). Sum of RGB (Red+Green+Blue) = 6+39+80=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #062750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062750 is #F9D8AF. Grayscale: #212121. Windows color (decimal): -16373936 or 5252870. OLE color: 5252870.

HSL color Cylindrical-coordinate representation of color #062750: hue angle of 213.24º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062750 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 39 80 -
CMYK 0.92 0.51 0 0.69
HSL 213.24º 0.86% 0.17% -
HSV(B) 213.24º 0.93% 0.31% -
XYZ 2.25 2.07 7.87 -
YUV 33.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 6 39 80 0.92 0.51 0 0.69 213.24 0.86 0.17
Hex 6 27 50 5C 33 0 45 D5 56 11
Octal 6 47 120 134 63 0 105 325 126 21
Binary 110 100111 1010000 1011100 110011 0 1000101 11010101 1010110 10001

Color Harmonies of #062750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062750

Black with #062750

Text Example


Text Example

White with #062750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062750; }

 p { color: rgb(6,39,80); }

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

background-color css

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

 a { background-color: rgb(6,39,80); }

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

border-color css

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

 span { border-color: rgb(6,39,80); }

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