Html Css Color HEX #0C253A Tangaroa

📋 copy color: '#0C253A'

red 12 ◦ green 37 ◦ blue 58

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

Shades of Tangaroa #0C253A

Tints of Tangaroa #0C253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 34.58%

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

R = 11.21%
G = 34.58%
B = 54.21%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0C253A (or 0x0C253A) is known color: Tangaroa. HEX triplet: 0C, 25 and 3A. RGB value is (12,37,58). Sum of RGB (Red+Green+Blue) = 12+37+58=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C253A is #F3DAC5. Grayscale: #1F1F1F. Windows color (decimal): -15981254 or 3810572. OLE color: 3810572.

HSL color Cylindrical-coordinate representation of color #0C253A: hue angle of 207.39º 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 #0C253A is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 37 58 -
CMYK 0.79 0.36 0 0.77
HSL 207.39º 0.66% 0.14% -
HSV(B) 207.39º 0.79% 0.23% -
XYZ 1.58 1.71 4.25 -
YUV 31.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 12 37 58 0.79 0.36 0 0.77 207.39 0.66 0.14
Hex C 25 3A 4F 24 0 4D CF 42 E
Octal 14 45 72 117 44 0 115 317 102 16
Binary 1100 100101 111010 1001111 100100 0 1001101 11001111 1000010 1110

Color Harmonies of #0C253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C253A

Black with #0C253A

Text Example


Text Example

White with #0C253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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