Html Css Color HEX #061B75 Sapphire

📋 copy color: '#061B75'

red 6 ◦ green 27 ◦ blue 117

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

Shades of Sapphire #061B75

Tints of Sapphire #061B75

RGB

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

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

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

R = 4%
G = 18%
B = 78%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#061B75 (or 0x061B75) is known color: Sapphire. HEX triplet: 06, 1B and 75. RGB value is (6,27,117). Sum of RGB (Red+Green+Blue) = 6+27+117=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #061B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B75 is #F9E48A. Grayscale: #1E1E1E. Windows color (decimal): -16376971 or 7674630. OLE color: 7674630.

HSL color Cylindrical-coordinate representation of color #061B75: hue angle of 228.65º 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 #061B75 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 27 117 -
CMYK 0.95 0.77 0 0.54
HSL 228.65º 0.9% 0.24% -
HSV(B) 228.65º 0.95% 0.46% -
XYZ 3.68 2.11 17.04 -
YUV 30.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 6 27 117 0.95 0.77 0 0.54 228.65 0.9 0.24
Hex 6 1B 75 5F 4D 0 36 E5 5A 18
Octal 6 33 165 137 115 0 66 345 132 30
Binary 110 11011 1110101 1011111 1001101 0 110110 11100101 1011010 11000

Color Harmonies of #061B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B75

Black with #061B75

Text Example


Text Example

White with #061B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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