Html Css Color HEX #0C044B Paua

📋 copy color: '#0C044B'

red 12 ◦ green 4 ◦ blue 75

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

Shades of Paua #0C044B

Tints of Paua #0C044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.4%

 BLUE value IS 75 (29.69% from 255) = 82.42%

R = 13.19%
G = 4.4%
B = 82.42%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C044B (or 0x0C044B) is known color: Paua. HEX triplet: 0C, 04 and 4B. RGB value is (12,4,75). Sum of RGB (Red+Green+Blue) = 12+4+75=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 75 (29.69% from 255 or 82.42% from 91); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C044B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C044B is #F3FBB4. Grayscale: #0E0E0E. Windows color (decimal): -15989685 or 4916236. OLE color: 4916236.

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

Color convert

RGB 12 4 75 -
CMYK 0.84 0.95 0 0.71
HSL 246.76º 0.9% 0.15% -
HSV(B) 246.76º 0.95% 0.29% -
XYZ 1.47 0.67 6.71 -
YUV 14.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 12 4 75 0.84 0.95 0 0.71 246.76 0.9 0.15
Hex C 4 4B 54 5F 0 47 F7 5A F
Octal 14 4 113 124 137 0 107 367 132 17
Binary 1100 100 1001011 1010100 1011111 0 1000111 11110111 1011010 1111

Color Harmonies of #0C044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C044B

Black with #0C044B

Text Example


Text Example

White with #0C044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,4,75); }

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

background-color css

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

 a { background-color: rgb(12,4,75); }

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

border-color css

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

 span { border-color: rgb(12,4,75); }

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