Html Css Color HEX #062483 Smalt

📋 copy color: '#062483'

red 6 ◦ green 36 ◦ blue 131

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

Shades of Smalt #062483

Tints of Smalt #062483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

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

R = 3.47%
G = 20.81%
B = 75.72%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#062483 (or 0x062483) is known color: Smalt. HEX triplet: 06, 24 and 83. RGB value is (6,36,131). Sum of RGB (Red+Green+Blue) = 6+36+131=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 131 (51.56% from 255 or 75.72% from 173); Max value from RGB is 131 - color contains mainly: blue. Hex color #062483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062483 is #F9DB7C. Grayscale: #252525. Windows color (decimal): -16374653 or 8594438. OLE color: 8594438.

HSL color Cylindrical-coordinate representation of color #062483: hue angle of 225.6º 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 #062483 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 36 131 -
CMYK 0.95 0.73 0 0.49
HSL 225.6º 0.91% 0.27% -
HSV(B) 225.6º 0.95% 0.51% -
XYZ 4.8 2.94 21.79 -
YUV 37.86 180.56 105.28 -
System Red Green Blue C M Y K H S L
Decimal 6 36 131 0.95 0.73 0 0.49 225.6 0.91 0.27
Hex 6 24 83 5F 49 0 31 E2 5B 1B
Octal 6 44 203 137 111 0 61 342 133 33
Binary 110 100100 10000011 1011111 1001001 0 110001 11100010 1011011 11011

Color Harmonies of #062483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062483

Black with #062483

Text Example


Text Example

White with #062483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062483; }

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

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

background-color css

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

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

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

border-color css

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

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

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