Html Css Color HEX #123339 Nordic

📋 copy color: '#123339'

red 18 ◦ green 51 ◦ blue 57

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

Shades of Nordic #123339

Tints of Nordic #123339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 45.24%

R = 14.29%
G = 40.48%
B = 45.24%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#123339 (or 0x123339) is known color: Nordic. HEX triplet: 12, 33 and 39. RGB value is (18,51,57). Sum of RGB (Red+Green+Blue) = 18+51+57=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #123339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123339 is #EDCCC6. Grayscale: #292929. Windows color (decimal): -15584455 or 3748626. OLE color: 3748626.

HSL color Cylindrical-coordinate representation of color #123339: hue angle of 189.23º degrees, saturation: 0.52, 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 #123339 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 51 57 -
CMYK 0.68 0.11 0 0.78
HSL 189.23º 0.52% 0.15% -
HSV(B) 189.23º 0.68% 0.22% -
XYZ 2.17 2.79 4.3 -
YUV 41.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 18 51 57 0.68 0.11 0 0.78 189.23 0.52 0.15
Hex 12 33 39 44 B 0 4E BD 34 F
Octal 22 63 71 104 13 0 116 275 64 17
Binary 10010 110011 111001 1000100 1011 0 1001110 10111101 110100 1111

Color Harmonies of #123339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123339

Black with #123339

Text Example


Text Example

White with #123339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123339; }

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

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

background-color css

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

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

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

border-color css

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

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

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