Html Css Color HEX #0F3840 Nordic

📋 copy color: '#0F3840'

red 15 ◦ green 56 ◦ blue 64

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

Shades of Nordic #0F3840

Tints of Nordic #0F3840

RGB

 RED value IS 15 (6.25% from 255) = 11.11%

 GREEN value IS 56 (22.27% from 255) = 41.48%

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

R = 11.11%
G = 41.48%
B = 47.41%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F3840 (or 0x0F3840) is known color: Nordic. HEX triplet: 0F, 38 and 40. RGB value is (15,56,64). Sum of RGB (Red+Green+Blue) = 15+56+64=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3840 is #F0C7BF. Grayscale: #2C2C2C. Windows color (decimal): -15779776 or 4208655. OLE color: 4208655.

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

Color convert

RGB 15 56 64 -
CMYK 0.77 0.13 0 0.75
HSL 189.8º 0.62% 0.15% -
HSV(B) 189.8º 0.77% 0.25% -
XYZ 2.54 3.3 5.35 -
YUV 44.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 15 56 64 0.77 0.13 0 0.75 189.8 0.62 0.15
Hex F 38 40 4D D 0 4B BE 3E F
Octal 17 70 100 115 15 0 113 276 76 17
Binary 1111 111000 1000000 1001101 1101 0 1001011 10111110 111110 1111

Color Harmonies of #0F3840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3840

Black with #0F3840

Text Example


Text Example

White with #0F3840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,56,64); }

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

background-color css

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

 a { background-color: rgb(15,56,64); }

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

border-color css

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

 span { border-color: rgb(15,56,64); }

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