Html Css Color HEX #061D6E Sapphire

📋 copy color: '#061D6E'

red 6 ◦ green 29 ◦ blue 110

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

Shades of Sapphire #061D6E

Tints of Sapphire #061D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 75.86%

R = 4.14%
G = 20%
B = 75.86%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#061D6E (or 0x061D6E) is known color: Sapphire. HEX triplet: 06, 1D and 6E. RGB value is (6,29,110). Sum of RGB (Red+Green+Blue) = 6+29+110=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 110 (43.36% from 255 or 75.86% from 145); Max value from RGB is 110 - color contains mainly: blue. Hex color #061D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D6E is #F9E291. Grayscale: #1F1F1F. Windows color (decimal): -16376466 or 7216390. OLE color: 7216390.

HSL color Cylindrical-coordinate representation of color #061D6E: hue angle of 226.73º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061D6E is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 29 110 -
CMYK 0.95 0.74 0 0.57
HSL 226.73º 0.9% 0.23% -
HSV(B) 226.73º 0.95% 0.43% -
XYZ 3.33 2.04 14.97 -
YUV 31.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 6 29 110 0.95 0.74 0 0.57 226.73 0.9 0.23
Hex 6 1D 6E 5F 4A 0 39 E3 5A 17
Octal 6 35 156 137 112 0 71 343 132 27
Binary 110 11101 1101110 1011111 1001010 0 111001 11100011 1011010 10111

Color Harmonies of #061D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D6E

Black with #061D6E

Text Example


Text Example

White with #061D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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