Html Css Color HEX #0C284A Tangaroa

📋 copy color: '#0C284A'

red 12 ◦ green 40 ◦ blue 74

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

Shades of Tangaroa #0C284A

Tints of Tangaroa #0C284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.75%

 BLUE value IS 74 (29.3% from 255) = 58.73%

R = 9.52%
G = 31.75%
B = 58.73%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C284A (or 0x0C284A) is known color: Tangaroa. HEX triplet: 0C, 28 and 4A. RGB value is (12,40,74). Sum of RGB (Red+Green+Blue) = 12+40+74=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 74 (29.30% from 255 or 58.73% from 126); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C284A is #F3D7B5. Grayscale: #232323. Windows color (decimal): -15980470 or 4859916. OLE color: 4859916.

HSL color Cylindrical-coordinate representation of color #0C284A: hue angle of 212.9º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C284A is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 40 74 -
CMYK 0.84 0.46 0 0.71
HSL 212.9º 0.72% 0.17% -
HSV(B) 212.9º 0.84% 0.29% -
XYZ 2.15 2.09 6.77 -
YUV 35.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 12 40 74 0.84 0.46 0 0.71 212.9 0.72 0.17
Hex C 28 4A 54 2E 0 47 D5 48 11
Octal 14 50 112 124 56 0 107 325 110 21
Binary 1100 101000 1001010 1010100 101110 0 1000111 11010101 1001000 10001

Color Harmonies of #0C284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C284A

Black with #0C284A

Text Example


Text Example

White with #0C284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,40,74); }

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

background-color css

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

 a { background-color: rgb(12,40,74); }

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

border-color css

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

 span { border-color: rgb(12,40,74); }

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