Html Css Color HEX #0A333F Nordic

📋 copy color: '#0A333F'

red 10 ◦ green 51 ◦ blue 63

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

Shades of Nordic #0A333F

Tints of Nordic #0A333F

RGB

 RED value IS 10 (4.3% from 255) = 8.06%

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

 BLUE value IS 63 (25% from 255) = 50.81%

R = 8.06%
G = 41.13%
B = 50.81%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0A333F (or 0x0A333F) is known color: Nordic. HEX triplet: 0A, 33 and 3F. RGB value is (10,51,63). Sum of RGB (Red+Green+Blue) = 10+51+63=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #0A333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A333F is #F5CCC0. Grayscale: #282828. Windows color (decimal): -16108737 or 4141834. OLE color: 4141834.

HSL color Cylindrical-coordinate representation of color #0A333F: hue angle of 193.58º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A333F is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 51 63 -
CMYK 0.84 0.19 0 0.75
HSL 193.58º 0.73% 0.14% -
HSV(B) 193.58º 0.84% 0.25% -
XYZ 2.21 2.79 5.13 -
YUV 40.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 10 51 63 0.84 0.19 0 0.75 193.58 0.73 0.14
Hex A 33 3F 54 13 0 4B C2 49 E
Octal 12 63 77 124 23 0 113 302 111 16
Binary 1010 110011 111111 1010100 10011 0 1001011 11000010 1001001 1110

Color Harmonies of #0A333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A333F

Black with #0A333F

Text Example


Text Example

White with #0A333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,51,63); }

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

background-color css

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

 a { background-color: rgb(10,51,63); }

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

border-color css

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

 span { border-color: rgb(10,51,63); }

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