Html Css Color HEX #0D2690 Smalt

📋 copy color: '#0D2690'

red 13 ◦ green 38 ◦ blue 144

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

Shades of Smalt #0D2690

Tints of Smalt #0D2690

RGB

 RED value IS 13 (5.47% from 255) = 6.67%

 GREEN value IS 38 (15.23% from 255) = 19.49%

 BLUE value IS 144 (56.64% from 255) = 73.85%

R = 6.67%
G = 19.49%
B = 73.85%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D2690 (or 0x0D2690) is known color: Smalt. HEX triplet: 0D, 26 and 90. RGB value is (13,38,144). Sum of RGB (Red+Green+Blue) = 13+38+144=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D2690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2690 is #F2D96F. Grayscale: #2A2A2A. Windows color (decimal): -15915376 or 9446925. OLE color: 9446925.

HSL color Cylindrical-coordinate representation of color #0D2690: hue angle of 228.55º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2690 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 38 144 -
CMYK 0.91 0.74 0 0.44
HSL 228.55º 0.83% 0.31% -
HSV(B) 228.55º 0.91% 0.56% -
XYZ 5.89 3.49 26.75 -
YUV 42.61 185.22 106.88 -
System Red Green Blue C M Y K H S L
Decimal 13 38 144 0.91 0.74 0 0.44 228.55 0.83 0.31
Hex D 26 90 5B 4A 0 2C E5 53 1F
Octal 15 46 220 133 112 0 54 345 123 37
Binary 1101 100110 10010000 1011011 1001010 0 101100 11100101 1010011 11111

Color Harmonies of #0D2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2690

Black with #0D2690

Text Example


Text Example

White with #0D2690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,38,144); }

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

background-color css

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

 a { background-color: rgb(13,38,144); }

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

border-color css

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

 span { border-color: rgb(13,38,144); }

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