Html Css Color HEX #061C66 Sapphire

📋 copy color: '#061C66'

red 6 ◦ green 28 ◦ blue 102

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

Shades of Sapphire #061C66

Tints of Sapphire #061C66

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.59%

 BLUE value IS 102 (40.23% from 255) = 75%

R = 4.41%
G = 20.59%
B = 75%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#061C66 (or 0x061C66) is known color: Sapphire. HEX triplet: 06, 1C and 66. RGB value is (6,28,102). Sum of RGB (Red+Green+Blue) = 6+28+102=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #061C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C66 is #F9E399. Grayscale: #1D1D1D. Windows color (decimal): -16376730 or 6691846. OLE color: 6691846.

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

Color convert

RGB 6 28 102 -
CMYK 0.94 0.73 0 0.6
HSL 226.25º 0.89% 0.21% -
HSV(B) 226.25º 0.94% 0.4% -
XYZ 2.89 1.83 12.77 -
YUV 29.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 6 28 102 0.94 0.73 0 0.6 226.25 0.89 0.21
Hex 6 1C 66 5E 49 0 3C E2 59 15
Octal 6 34 146 136 111 0 74 342 131 25
Binary 110 11100 1100110 1011110 1001001 0 111100 11100010 1011001 10101

Color Harmonies of #061C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C66

Black with #061C66

Text Example


Text Example

White with #061C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,28,102); }

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

background-color css

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

 a { background-color: rgb(6,28,102); }

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

border-color css

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

 span { border-color: rgb(6,28,102); }

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