Html Css Color HEX #061B72 Sapphire

📋 copy color: '#061B72'

red 6 ◦ green 27 ◦ blue 114

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

Shades of Sapphire #061B72

Tints of Sapphire #061B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 77.55%

R = 4.08%
G = 18.37%
B = 77.55%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#061B72 (or 0x061B72) is known color: Sapphire. HEX triplet: 06, 1B and 72. RGB value is (6,27,114). Sum of RGB (Red+Green+Blue) = 6+27+114=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #061B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B72 is #F9E48D. Grayscale: #1E1E1E. Windows color (decimal): -16376974 or 7478022. OLE color: 7478022.

HSL color Cylindrical-coordinate representation of color #061B72: hue angle of 228.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061B72 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 27 114 -
CMYK 0.95 0.76 0 0.55
HSL 228.33º 0.9% 0.24% -
HSV(B) 228.33º 0.95% 0.45% -
XYZ 3.5 2.04 16.13 -
YUV 30.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 6 27 114 0.95 0.76 0 0.55 228.33 0.9 0.24
Hex 6 1B 72 5F 4C 0 37 E4 5A 18
Octal 6 33 162 137 114 0 67 344 132 30
Binary 110 11011 1110010 1011111 1001100 0 110111 11100100 1011010 11000

Color Harmonies of #061B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B72

Black with #061B72

Text Example


Text Example

White with #061B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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