Html Css Color HEX #12333C Nordic

📋 copy color: '#12333C'

red 18 ◦ green 51 ◦ blue 60

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

Shades of Nordic #12333C

Tints of Nordic #12333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 46.51%

R = 13.95%
G = 39.53%
B = 46.51%

CMYK

 C value IS 0.7

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12333C (or 0x12333C) is known color: Nordic. HEX triplet: 12, 33 and 3C. RGB value is (18,51,60). Sum of RGB (Red+Green+Blue) = 18+51+60=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #12333C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12333C is #EDCCC3. Grayscale: #2A2A2A. Windows color (decimal): -15584452 or 3945234. OLE color: 3945234.

HSL color Cylindrical-coordinate representation of color #12333C: hue angle of 192.86º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12333C is Cyan = 0.7, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 51 60 -
CMYK 0.7 0.15 0 0.76
HSL 192.86º 0.54% 0.15% -
HSV(B) 192.86º 0.7% 0.24% -
XYZ 2.25 2.82 4.7 -
YUV 42.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 18 51 60 0.7 0.15 0 0.76 192.86 0.54 0.15
Hex 12 33 3C 46 F 0 4C C1 36 F
Octal 22 63 74 106 17 0 114 301 66 17
Binary 10010 110011 111100 1000110 1111 0 1001100 11000001 110110 1111

Color Harmonies of #12333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12333C

Black with #12333C

Text Example


Text Example

White with #12333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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