Html Css Color HEX #0B3540 Nordic

📋 copy color: '#0B3540'

red 11 ◦ green 53 ◦ blue 64

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

Shades of Nordic #0B3540

Tints of Nordic #0B3540

RGB

 RED value IS 11 (4.69% from 255) = 8.59%

 GREEN value IS 53 (21.09% from 255) = 41.41%

 BLUE value IS 64 (25.39% from 255) = 50%

R = 8.59%
G = 41.41%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B3540 (or 0x0B3540) is known color: Nordic. HEX triplet: 0B, 35 and 40. RGB value is (11,53,64). Sum of RGB (Red+Green+Blue) = 11+53+64=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #0B3540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3540 is #F4CABF. Grayscale: #292929. Windows color (decimal): -16042688 or 4207883. OLE color: 4207883.

HSL color Cylindrical-coordinate representation of color #0B3540: hue angle of 192.45º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B3540 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 53 64 -
CMYK 0.83 0.17 0 0.75
HSL 192.45º 0.71% 0.15% -
HSV(B) 192.45º 0.83% 0.25% -
XYZ 2.34 2.99 5.3 -
YUV 41.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 11 53 64 0.83 0.17 0 0.75 192.45 0.71 0.15
Hex B 35 40 53 11 0 4B C0 47 F
Octal 13 65 100 123 21 0 113 300 107 17
Binary 1011 110101 1000000 1010011 10001 0 1001011 11000000 1000111 1111

Color Harmonies of #0B3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3540

Black with #0B3540

Text Example


Text Example

White with #0B3540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,53,64); }

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

background-color css

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

 a { background-color: rgb(11,53,64); }

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

border-color css

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

 span { border-color: rgb(11,53,64); }

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