Html Css Color HEX #0B353A Nordic

📋 copy color: '#0B353A'

red 11 ◦ green 53 ◦ blue 58

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

Shades of Nordic #0B353A

Tints of Nordic #0B353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 47.54%

R = 9.02%
G = 43.44%
B = 47.54%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0B353A (or 0x0B353A) is known color: Nordic. HEX triplet: 0B, 35 and 3A. RGB value is (11,53,58). Sum of RGB (Red+Green+Blue) = 11+53+58=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B353A is #F4CAC5. Grayscale: #282828. Windows color (decimal): -16042694 or 3814667. OLE color: 3814667.

HSL color Cylindrical-coordinate representation of color #0B353A: hue angle of 186.38º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B353A is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 11 53 58 -
CMYK 0.81 0.09 0 0.77
HSL 186.38º 0.68% 0.14% -
HSV(B) 186.38º 0.81% 0.23% -
XYZ 2.17 2.92 4.45 -
YUV 41.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 11 53 58 0.81 0.09 0 0.77 186.38 0.68 0.14
Hex B 35 3A 51 9 0 4D BA 44 E
Octal 13 65 72 121 11 0 115 272 104 16
Binary 1011 110101 111010 1010001 1001 0 1001101 10111010 1000100 1110

Color Harmonies of #0B353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B353A

Black with #0B353A

Text Example


Text Example

White with #0B353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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