Html Css Color HEX #061B7D Sapphire

📋 copy color: '#061B7D'

red 6 ◦ green 27 ◦ blue 125

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

Shades of Sapphire #061B7D

Tints of Sapphire #061B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 79.11%

R = 3.8%
G = 17.09%
B = 79.11%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#061B7D (or 0x061B7D) is known color: Sapphire. HEX triplet: 06, 1B and 7D. RGB value is (6,27,125). Sum of RGB (Red+Green+Blue) = 6+27+125=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 125 (49.22% from 255 or 79.11% from 158); Max value from RGB is 125 - color contains mainly: blue. Hex color #061B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B7D is #F9E482. Grayscale: #1F1F1F. Windows color (decimal): -16376963 or 8198918. OLE color: 8198918.

HSL color Cylindrical-coordinate representation of color #061B7D: hue angle of 229.41º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061B7D is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 27 125 -
CMYK 0.95 0.78 0 0.51
HSL 229.41º 0.91% 0.26% -
HSV(B) 229.41º 0.95% 0.49% -
XYZ 4.17 2.3 19.63 -
YUV 31.89 180.54 109.53 -
System Red Green Blue C M Y K H S L
Decimal 6 27 125 0.95 0.78 0 0.51 229.41 0.91 0.26
Hex 6 1B 7D 5F 4E 0 33 E5 5B 1A
Octal 6 33 175 137 116 0 63 345 133 32
Binary 110 11011 1111101 1011111 1001110 0 110011 11100101 1011011 11010

Color Harmonies of #061B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B7D

Black with #061B7D

Text Example


Text Example

White with #061B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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