Html Css Color HEX #06258A Smalt

📋 copy color: '#06258A'

red 6 ◦ green 37 ◦ blue 138

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

Shades of Smalt #06258A

Tints of Smalt #06258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.44%

 BLUE value IS 138 (54.3% from 255) = 76.24%

R = 3.31%
G = 20.44%
B = 76.24%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06258A (or 0x06258A) is known color: Smalt. HEX triplet: 06, 25 and 8A. RGB value is (6,37,138). Sum of RGB (Red+Green+Blue) = 6+37+138=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 138 (54.30% from 255 or 76.24% from 181); Max value from RGB is 138 - color contains mainly: blue. Hex color #06258A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06258A is #F9DA75. Grayscale: #262626. Windows color (decimal): -16374390 or 9053446. OLE color: 9053446.

HSL color Cylindrical-coordinate representation of color #06258A: hue angle of 225.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06258A is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 37 138 -
CMYK 0.96 0.73 0 0.46
HSL 225.91º 0.92% 0.28% -
HSV(B) 225.91º 0.96% 0.54% -
XYZ 5.32 3.2 24.38 -
YUV 39.25 183.73 104.29 -
System Red Green Blue C M Y K H S L
Decimal 6 37 138 0.96 0.73 0 0.46 225.91 0.92 0.28
Hex 6 25 8A 60 49 0 2E E2 5C 1C
Octal 6 45 212 140 111 0 56 342 134 34
Binary 110 100101 10001010 1100000 1001001 0 101110 11100010 1011100 11100

Color Harmonies of #06258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06258A

Black with #06258A

Text Example


Text Example

White with #06258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06258A; }

 p { color: rgb(6,37,138); }

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

background-color css

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

 a { background-color: rgb(6,37,138); }

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

border-color css

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

 span { border-color: rgb(6,37,138); }

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