Html Css Color HEX #062F8C Smalt

📋 copy color: '#062F8C'

red 6 ◦ green 47 ◦ blue 140

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

Shades of Smalt #062F8C

Tints of Smalt #062F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.35%

 BLUE value IS 140 (55.08% from 255) = 72.54%

R = 3.11%
G = 24.35%
B = 72.54%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#062F8C (or 0x062F8C) is known color: Smalt. HEX triplet: 06, 2F and 8C. RGB value is (6,47,140). Sum of RGB (Red+Green+Blue) = 6+47+140=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #062F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F8C is #F9D073. Grayscale: #2C2C2C. Windows color (decimal): -16371828 or 9187078. OLE color: 9187078.

HSL color Cylindrical-coordinate representation of color #062F8C: hue angle of 221.64º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062F8C is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 47 140 -
CMYK 0.96 0.66 0 0.45
HSL 221.64º 0.92% 0.29% -
HSV(B) 221.64º 0.96% 0.55% -
XYZ 5.83 3.97 25.27 -
YUV 45.34 181.42 99.94 -
System Red Green Blue C M Y K H S L
Decimal 6 47 140 0.96 0.66 0 0.45 221.64 0.92 0.29
Hex 6 2F 8C 60 42 0 2D DE 5C 1D
Octal 6 57 214 140 102 0 55 336 134 35
Binary 110 101111 10001100 1100000 1000010 0 101101 11011110 1011100 11101

Color Harmonies of #062F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F8C

Black with #062F8C

Text Example


Text Example

White with #062F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062F8C; }

 p { color: rgb(6,47,140); }

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

background-color css

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

 a { background-color: rgb(6,47,140); }

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

border-color css

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

 span { border-color: rgb(6,47,140); }

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