Html Css Color HEX #0B333E Nordic

📋 copy color: '#0B333E'

red 11 ◦ green 51 ◦ blue 62

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

Shades of Nordic #0B333E

Tints of Nordic #0B333E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 50%

R = 8.87%
G = 41.13%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0B333E (or 0x0B333E) is known color: Nordic. HEX triplet: 0B, 33 and 3E. RGB value is (11,51,62). Sum of RGB (Red+Green+Blue) = 11+51+62=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B333E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B333E is #F4CCC1. Grayscale: #282828. Windows color (decimal): -16043202 or 4076299. OLE color: 4076299.

HSL color Cylindrical-coordinate representation of color #0B333E: hue angle of 192.94º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B333E is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 11 51 62 -
CMYK 0.82 0.18 0 0.76
HSL 192.94º 0.7% 0.14% -
HSV(B) 192.94º 0.82% 0.24% -
XYZ 2.19 2.79 4.98 -
YUV 40.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 11 51 62 0.82 0.18 0 0.76 192.94 0.7 0.14
Hex B 33 3E 52 12 0 4C C1 46 E
Octal 13 63 76 122 22 0 114 301 106 16
Binary 1011 110011 111110 1010010 10010 0 1001100 11000001 1000110 1110

Color Harmonies of #0B333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B333E

Black with #0B333E

Text Example


Text Example

White with #0B333E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,51,62); }

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

background-color css

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

 a { background-color: rgb(11,51,62); }

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

border-color css

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

 span { border-color: rgb(11,51,62); }

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