Html Css Color HEX #061B62 Sapphire

📋 copy color: '#061B62'

red 6 ◦ green 27 ◦ blue 98

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

Shades of Sapphire #061B62

Tints of Sapphire #061B62

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.61%

 BLUE value IS 98 (38.67% from 255) = 74.81%

R = 4.58%
G = 20.61%
B = 74.81%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#061B62 (or 0x061B62) is known color: Sapphire. HEX triplet: 06, 1B and 62. RGB value is (6,27,98). Sum of RGB (Red+Green+Blue) = 6+27+98=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #061B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B62 is #F9E49D. Grayscale: #1C1C1C. Windows color (decimal): -16376990 or 6429446. OLE color: 6429446.

HSL color Cylindrical-coordinate representation of color #061B62: hue angle of 226.3º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061B62 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 27 98 -
CMYK 0.94 0.72 0 0.62
HSL 226.3º 0.88% 0.2% -
HSV(B) 226.3º 0.94% 0.38% -
XYZ 2.67 1.7 11.74 -
YUV 28.82 167.04 111.73 -
System Red Green Blue C M Y K H S L
Decimal 6 27 98 0.94 0.72 0 0.62 226.3 0.88 0.2
Hex 6 1B 62 5E 48 0 3E E2 58 14
Octal 6 33 142 136 110 0 76 342 130 24
Binary 110 11011 1100010 1011110 1001000 0 111110 11100010 1011000 10100

Color Harmonies of #061B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B62

Black with #061B62

Text Example


Text Example

White with #061B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,27,98); }

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

background-color css

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

 a { background-color: rgb(6,27,98); }

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

border-color css

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

 span { border-color: rgb(6,27,98); }

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