Html Css Color HEX #0A3388 Smalt

📋 copy color: '#0A3388'

red 10 ◦ green 51 ◦ blue 136

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

Shades of Smalt #0A3388

Tints of Smalt #0A3388

RGB

 RED value IS 10 (4.3% from 255) = 5.08%

 GREEN value IS 51 (20.31% from 255) = 25.89%

 BLUE value IS 136 (53.52% from 255) = 69.04%

R = 5.08%
G = 25.89%
B = 69.04%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0A3388 (or 0x0A3388) is known color: Smalt. HEX triplet: 0A, 33 and 88. RGB value is (10,51,136). Sum of RGB (Red+Green+Blue) = 10+51+136=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 136 (53.52% from 255 or 69.04% from 197); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A3388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3388 is #F5CC77. Grayscale: #303030. Windows color (decimal): -16108664 or 8925962. OLE color: 8925962.

HSL color Cylindrical-coordinate representation of color #0A3388: hue angle of 220.48º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3388 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 51 136 -
CMYK 0.93 0.62 0 0.47
HSL 220.48º 0.86% 0.29% -
HSV(B) 220.48º 0.93% 0.53% -
XYZ 5.75 4.21 23.8 -
YUV 48.43 177.42 100.59 -
System Red Green Blue C M Y K H S L
Decimal 10 51 136 0.93 0.62 0 0.47 220.48 0.86 0.29
Hex A 33 88 5D 3E 0 2F DC 56 1D
Octal 12 63 210 135 76 0 57 334 126 35
Binary 1010 110011 10001000 1011101 111110 0 101111 11011100 1010110 11101

Color Harmonies of #0A3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3388

Black with #0A3388

Text Example


Text Example

White with #0A3388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A3388; }

 p { color: rgb(10,51,136); }

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

background-color css

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

 a { background-color: rgb(10,51,136); }

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

border-color css

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

 span { border-color: rgb(10,51,136); }

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