Html Css Color HEX #062183 Sapphire

📋 copy color: '#062183'

red 6 ◦ green 33 ◦ blue 131

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

Shades of Sapphire #062183

Tints of Sapphire #062183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.41%

 BLUE value IS 131 (51.56% from 255) = 77.06%

R = 3.53%
G = 19.41%
B = 77.06%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#062183 (or 0x062183) is known color: Sapphire. HEX triplet: 06, 21 and 83. RGB value is (6,33,131). Sum of RGB (Red+Green+Blue) = 6+33+131=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 131 (51.56% from 255 or 77.06% from 170); Max value from RGB is 131 - color contains mainly: blue. Hex color #062183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062183 is #F9DE7C. Grayscale: #232323. Windows color (decimal): -16375421 or 8593670. OLE color: 8593670.

HSL color Cylindrical-coordinate representation of color #062183: hue angle of 227.04º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062183 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 33 131 -
CMYK 0.95 0.75 0 0.49
HSL 227.04º 0.91% 0.27% -
HSV(B) 227.04º 0.95% 0.51% -
XYZ 4.72 2.77 21.76 -
YUV 36.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 6 33 131 0.95 0.75 0 0.49 227.04 0.91 0.27
Hex 6 21 83 5F 4B 0 31 E3 5B 1B
Octal 6 41 203 137 113 0 61 343 133 33
Binary 110 100001 10000011 1011111 1001011 0 110001 11100011 1011011 11011

Color Harmonies of #062183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062183

Black with #062183

Text Example


Text Example

White with #062183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062183; }

 p { color: rgb(6,33,131); }

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

background-color css

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

 a { background-color: rgb(6,33,131); }

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

border-color css

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

 span { border-color: rgb(6,33,131); }

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