Html Css Color HEX #062398 Smalt

📋 copy color: '#062398'

red 6 ◦ green 35 ◦ blue 152

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

Shades of Smalt #062398

Tints of Smalt #062398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.13%

 BLUE value IS 152 (59.77% from 255) = 78.76%

R = 3.11%
G = 18.13%
B = 78.76%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#062398 (or 0x062398) is known color: Smalt. HEX triplet: 06, 23 and 98. RGB value is (6,35,152). Sum of RGB (Red+Green+Blue) = 6+35+152=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #062398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062398 is #F9DC67. Grayscale: #272727. Windows color (decimal): -16374888 or 9970438. OLE color: 9970438.

HSL color Cylindrical-coordinate representation of color #062398: hue angle of 228.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062398 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 35 152 -
CMYK 0.96 0.77 0 0.40
HSL 228.08º 0.92% 0.31% -
HSV(B) 228.08º 0.96% 0.6% -
XYZ 6.34 3.51 30.05 -
YUV 39.67 191.39 103.99 -
System Red Green Blue C M Y K H S L
Decimal 6 35 152 0.96 0.77 0 0.40 228.08 0.92 0.31
Hex 6 23 98 60 4D 0 28 E4 5C 1F
Octal 6 43 230 140 115 0 50 344 134 37
Binary 110 100011 10011000 1100000 1001101 0 101000 11100100 1011100 11111

Color Harmonies of #062398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062398

Black with #062398

Text Example


Text Example

White with #062398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062398; }

 p { color: rgb(6,35,152); }

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

background-color css

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

 a { background-color: rgb(6,35,152); }

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

border-color css

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

 span { border-color: rgb(6,35,152); }

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