Html Css Color HEX #0C273D Tangaroa

📋 copy color: '#0C273D'

red 12 ◦ green 39 ◦ blue 61

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

Shades of Tangaroa #0C273D

Tints of Tangaroa #0C273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.82%

 BLUE value IS 61 (24.22% from 255) = 54.46%

R = 10.71%
G = 34.82%
B = 54.46%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C273D (or 0x0C273D) is known color: Tangaroa. HEX triplet: 0C, 27 and 3D. RGB value is (12,39,61). Sum of RGB (Red+Green+Blue) = 12+39+61=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C273D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C273D is #F3D8C2. Grayscale: #212121. Windows color (decimal): -15980739 or 4007692. OLE color: 4007692.

HSL color Cylindrical-coordinate representation of color #0C273D: hue angle of 206.94º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C273D is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 39 61 -
CMYK 0.80 0.36 0 0.76
HSL 206.94º 0.67% 0.14% -
HSV(B) 206.94º 0.8% 0.24% -
XYZ 1.72 1.87 4.68 -
YUV 33.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 12 39 61 0.80 0.36 0 0.76 206.94 0.67 0.14
Hex C 27 3D 50 24 0 4C CF 43 E
Octal 14 47 75 120 44 0 114 317 103 16
Binary 1100 100111 111101 1010000 100100 0 1001100 11001111 1000011 1110

Color Harmonies of #0C273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C273D

Black with #0C273D

Text Example


Text Example

White with #0C273D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,39,61); }

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

background-color css

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

 a { background-color: rgb(12,39,61); }

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

border-color css

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

 span { border-color: rgb(12,39,61); }

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