Html Css Color HEX #061948 Sapphire

📋 copy color: '#061948'

red 6 ◦ green 25 ◦ blue 72

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

Shades of Sapphire #061948

Tints of Sapphire #061948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.27%

 BLUE value IS 72 (28.52% from 255) = 69.9%

R = 5.83%
G = 24.27%
B = 69.9%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#061948 (or 0x061948) is known color: Sapphire. HEX triplet: 06, 19 and 48. RGB value is (6,25,72). Sum of RGB (Red+Green+Blue) = 6+25+72=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 72 (28.52% from 255 or 69.90% from 103); Max value from RGB is 72 - color contains mainly: blue. Hex color #061948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061948 is #F9E6B7. Grayscale: #181818. Windows color (decimal): -16377528 or 4724998. OLE color: 4724998.

HSL color Cylindrical-coordinate representation of color #061948: hue angle of 222.73º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061948 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 25 72 -
CMYK 0.92 0.65 0 0.72
HSL 222.73º 0.85% 0.15% -
HSV(B) 222.73º 0.92% 0.28% -
XYZ 1.59 1.2 6.28 -
YUV 24.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 6 25 72 0.92 0.65 0 0.72 222.73 0.85 0.15
Hex 6 19 48 5C 41 0 48 DF 55 F
Octal 6 31 110 134 101 0 110 337 125 17
Binary 110 11001 1001000 1011100 1000001 0 1001000 11011111 1010101 1111

Color Harmonies of #061948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061948

Black with #061948

Text Example


Text Example

White with #061948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061948; }

 p { color: rgb(6,25,72); }

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

background-color css

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

 a { background-color: rgb(6,25,72); }

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

border-color css

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

 span { border-color: rgb(6,25,72); }

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