Html Css Color HEX #061D64 Sapphire

📋 copy color: '#061D64'

red 6 ◦ green 29 ◦ blue 100

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

Shades of Sapphire #061D64

Tints of Sapphire #061D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 74.07%

R = 4.44%
G = 21.48%
B = 74.07%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#061D64 (or 0x061D64) is known color: Sapphire. HEX triplet: 06, 1D and 64. RGB value is (6,29,100). Sum of RGB (Red+Green+Blue) = 6+29+100=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 100 (39.45% from 255 or 74.07% from 135); Max value from RGB is 100 - color contains mainly: blue. Hex color #061D64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D64 is #F9E29B. Grayscale: #1D1D1D. Windows color (decimal): -16376476 or 6561030. OLE color: 6561030.

HSL color Cylindrical-coordinate representation of color #061D64: hue angle of 225.32º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061D64 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 29 100 -
CMYK 0.94 0.71 0 0.61
HSL 225.32º 0.89% 0.21% -
HSV(B) 225.32º 0.94% 0.39% -
XYZ 2.81 1.84 12.26 -
YUV 30.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 6 29 100 0.94 0.71 0 0.61 225.32 0.89 0.21
Hex 6 1D 64 5E 47 0 3D E1 59 15
Octal 6 35 144 136 107 0 75 341 131 25
Binary 110 11101 1100100 1011110 1000111 0 111101 11100001 1011001 10101

Color Harmonies of #061D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D64

Black with #061D64

Text Example


Text Example

White with #061D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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