Html Css Color HEX #0B2D37 Nordic

📋 copy color: '#0B2D37'

red 11 ◦ green 45 ◦ blue 55

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

Shades of Nordic #0B2D37

Tints of Nordic #0B2D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 40.54%

 BLUE value IS 55 (21.88% from 255) = 49.55%

R = 9.91%
G = 40.54%
B = 49.55%

CMYK

 C value IS 0.8

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B2D37 (or 0x0B2D37) is known color: Nordic. HEX triplet: 0B, 2D and 37. RGB value is (11,45,55). Sum of RGB (Red+Green+Blue) = 11+45+55=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B2D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2D37 is #F4D2C8. Grayscale: #232323. Windows color (decimal): -16044745 or 3616011. OLE color: 3616011.

HSL color Cylindrical-coordinate representation of color #0B2D37: hue angle of 193.64º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B2D37 is Cyan = 0.8, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 45 55 -
CMYK 0.8 0.18 0 0.78
HSL 193.64º 0.67% 0.13% -
HSV(B) 193.64º 0.8% 0.22% -
XYZ 1.77 2.22 3.95 -
YUV 35.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 11 45 55 0.8 0.18 0 0.78 193.64 0.67 0.13
Hex B 2D 37 50 12 0 4E C2 43 D
Octal 13 55 67 120 22 0 116 302 103 15
Binary 1011 101101 110111 1010000 10010 0 1001110 11000010 1000011 1101

Color Harmonies of #0B2D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2D37

Black with #0B2D37

Text Example


Text Example

White with #0B2D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,45,55); }

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

background-color css

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

 a { background-color: rgb(11,45,55); }

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

border-color css

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

 span { border-color: rgb(11,45,55); }

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