Html Css Color HEX #0C353A Nordic

📋 copy color: '#0C353A'

red 12 ◦ green 53 ◦ blue 58

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

Shades of Nordic #0C353A

Tints of Nordic #0C353A

RGB

 RED value IS 12 (5.08% from 255) = 9.76%

 GREEN value IS 53 (21.09% from 255) = 43.09%

 BLUE value IS 58 (23.05% from 255) = 47.15%

R = 9.76%
G = 43.09%
B = 47.15%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0C353A (or 0x0C353A) is known color: Nordic. HEX triplet: 0C, 35 and 3A. RGB value is (12,53,58). Sum of RGB (Red+Green+Blue) = 12+53+58=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C353A is #F3CAC5. Grayscale: #292929. Windows color (decimal): -15977158 or 3814668. OLE color: 3814668.

HSL color Cylindrical-coordinate representation of color #0C353A: hue angle of 186.52º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C353A is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 53 58 -
CMYK 0.79 0.09 0 0.77
HSL 186.52º 0.66% 0.14% -
HSV(B) 186.52º 0.79% 0.23% -
XYZ 2.19 2.93 4.45 -
YUV 41.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 12 53 58 0.79 0.09 0 0.77 186.52 0.66 0.14
Hex C 35 3A 4F 9 0 4D BB 42 E
Octal 14 65 72 117 11 0 115 273 102 16
Binary 1100 110101 111010 1001111 1001 0 1001101 10111011 1000010 1110

Color Harmonies of #0C353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C353A

Black with #0C353A

Text Example


Text Example

White with #0C353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,53,58); }

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

background-color css

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

 a { background-color: rgb(12,53,58); }

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

border-color css

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

 span { border-color: rgb(12,53,58); }

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