Html Css Color HEX #123338 Nordic

📋 copy color: '#123338'

red 18 ◦ green 51 ◦ blue 56

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

Shades of Nordic #123338

Tints of Nordic #123338

RGB

 RED value IS 18 (7.42% from 255) = 14.4%

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

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

R = 14.4%
G = 40.8%
B = 44.8%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#123338 (or 0x123338) is known color: Nordic. HEX triplet: 12, 33 and 38. RGB value is (18,51,56). Sum of RGB (Red+Green+Blue) = 18+51+56=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #123338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123338 is #EDCCC7. Grayscale: #292929. Windows color (decimal): -15584456 or 3683090. OLE color: 3683090.

HSL color Cylindrical-coordinate representation of color #123338: hue angle of 187.89º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123338 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 51 56 -
CMYK 0.68 0.09 0 0.78
HSL 187.89º 0.51% 0.15% -
HSV(B) 187.89º 0.68% 0.22% -
XYZ 2.15 2.78 4.17 -
YUV 41.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 18 51 56 0.68 0.09 0 0.78 187.89 0.51 0.15
Hex 12 33 38 44 9 0 4E BC 33 F
Octal 22 63 70 104 11 0 116 274 63 17
Binary 10010 110011 111000 1000100 1001 0 1001110 10111100 110011 1111

Color Harmonies of #123338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123338

Black with #123338

Text Example


Text Example

White with #123338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123338; }

 p { color: rgb(18,51,56); }

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

background-color css

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

 a { background-color: rgb(18,51,56); }

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

border-color css

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

 span { border-color: rgb(18,51,56); }

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