Html Css Color HEX #061B5A Sapphire

📋 copy color: '#061B5A'

red 6 ◦ green 27 ◦ blue 90

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

Shades of Sapphire #061B5A

Tints of Sapphire #061B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 73.17%

R = 4.88%
G = 21.95%
B = 73.17%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#061B5A (or 0x061B5A) is known color: Sapphire. HEX triplet: 06, 1B and 5A. RGB value is (6,27,90). Sum of RGB (Red+Green+Blue) = 6+27+90=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #061B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B5A is #F9E4A5. Grayscale: #1B1B1B. Windows color (decimal): -16376998 or 5905158. OLE color: 5905158.

HSL color Cylindrical-coordinate representation of color #061B5A: hue angle of 225º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061B5A is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 27 90 -
CMYK 0.93 0.70 0 0.65
HSL 225º 0.88% 0.19% -
HSV(B) 225º 0.93% 0.35% -
XYZ 2.31 1.56 9.85 -
YUV 27.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 6 27 90 0.93 0.70 0 0.65 225 0.88 0.19
Hex 6 1B 5A 5D 46 0 41 E1 58 13
Octal 6 33 132 135 106 0 101 341 130 23
Binary 110 11011 1011010 1011101 1000110 0 1000001 11100001 1011000 10011

Color Harmonies of #061B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B5A

Black with #061B5A

Text Example


Text Example

White with #061B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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