Html Css Color HEX #123033 Nordic

📋 copy color: '#123033'

red 18 ◦ green 48 ◦ blue 51

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

Shades of Nordic #123033

Tints of Nordic #123033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

 BLUE value IS 51 (20.31% from 255) = 43.59%

R = 15.38%
G = 41.03%
B = 43.59%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#123033 (or 0x123033) is known color: Nordic. HEX triplet: 12, 30 and 33. RGB value is (18,48,51). Sum of RGB (Red+Green+Blue) = 18+48+51=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #123033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123033 is #EDCFCC. Grayscale: #272727. Windows color (decimal): -15585229 or 3354642. OLE color: 3354642.

HSL color Cylindrical-coordinate representation of color #123033: hue angle of 185.45º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123033 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 48 51 -
CMYK 0.65 0.06 0 0.8
HSL 185.45º 0.48% 0.14% -
HSV(B) 185.45º 0.65% 0.2% -
XYZ 1.9 2.48 3.51 -
YUV 39.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 18 48 51 0.65 0.06 0 0.8 185.45 0.48 0.14
Hex 12 30 33 41 6 0 50 B9 30 E
Octal 22 60 63 101 6 0 120 271 60 16
Binary 10010 110000 110011 1000001 110 0 1010000 10111001 110000 1110

Color Harmonies of #123033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123033

Black with #123033

Text Example


Text Example

White with #123033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123033; }

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

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

background-color css

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

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

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

border-color css

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

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

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