Html Css Color HEX #0F3438 Nordic

📋 copy color: '#0F3438'

red 15 ◦ green 52 ◦ blue 56

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

Shades of Nordic #0F3438

Tints of Nordic #0F3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.28%

 BLUE value IS 56 (22.27% from 255) = 45.53%

R = 12.2%
G = 42.28%
B = 45.53%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F3438 (or 0x0F3438) is known color: Nordic. HEX triplet: 0F, 34 and 38. RGB value is (15,52,56). Sum of RGB (Red+Green+Blue) = 15+52+56=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F3438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3438 is #F0CBC7. Grayscale: #292929. Windows color (decimal): -15780808 or 3683343. OLE color: 3683343.

HSL color Cylindrical-coordinate representation of color #0F3438: hue angle of 185.85º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F3438 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 52 56 -
CMYK 0.73 0.07 0 0.78
HSL 185.85º 0.58% 0.14% -
HSV(B) 185.85º 0.73% 0.22% -
XYZ 2.14 2.84 4.18 -
YUV 41.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 15 52 56 0.73 0.07 0 0.78 185.85 0.58 0.14
Hex F 34 38 49 7 0 4E BA 3A E
Octal 17 64 70 111 7 0 116 272 72 16
Binary 1111 110100 111000 1001001 111 0 1001110 10111010 111010 1110

Color Harmonies of #0F3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3438

Black with #0F3438

Text Example


Text Example

White with #0F3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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