Html Css Color HEX #061D52 Sapphire

📋 copy color: '#061D52'

red 6 ◦ green 29 ◦ blue 82

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

Shades of Sapphire #061D52

Tints of Sapphire #061D52

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.79%

 BLUE value IS 82 (32.42% from 255) = 70.09%

R = 5.13%
G = 24.79%
B = 70.09%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#061D52 (or 0x061D52) is known color: Sapphire. HEX triplet: 06, 1D and 52. RGB value is (6,29,82). Sum of RGB (Red+Green+Blue) = 6+29+82=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 82 (32.42% from 255 or 70.09% from 117); Max value from RGB is 82 - color contains mainly: blue. Hex color #061D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D52 is #F9E2AD. Grayscale: #1B1B1B. Windows color (decimal): -16376494 or 5381382. OLE color: 5381382.

HSL color Cylindrical-coordinate representation of color #061D52: hue angle of 221.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061D52 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 29 82 -
CMYK 0.93 0.65 0 0.68
HSL 221.84º 0.86% 0.17% -
HSV(B) 221.84º 0.93% 0.32% -
XYZ 2.04 1.53 8.17 -
YUV 28.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 6 29 82 0.93 0.65 0 0.68 221.84 0.86 0.17
Hex 6 1D 52 5D 41 0 44 DE 56 11
Octal 6 35 122 135 101 0 104 336 126 21
Binary 110 11101 1010010 1011101 1000001 0 1000100 11011110 1010110 10001

Color Harmonies of #061D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D52

Black with #061D52

Text Example


Text Example

White with #061D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,29,82); }

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

background-color css

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

 a { background-color: rgb(6,29,82); }

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

border-color css

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

 span { border-color: rgb(6,29,82); }

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