Html Css Color HEX #0C094B Paua

📋 copy color: '#0C094B'

red 12 ◦ green 9 ◦ blue 75

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

Shades of Paua #0C094B

Tints of Paua #0C094B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.38%

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

R = 12.5%
G = 9.38%
B = 78.13%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C094B (or 0x0C094B) is known color: Paua. HEX triplet: 0C, 09 and 4B. RGB value is (12,9,75). Sum of RGB (Red+Green+Blue) = 12+9+75=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C094B is #F3F6B4. Grayscale: #111111. Windows color (decimal): -15988405 or 4917516. OLE color: 4917516.

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

Color convert

RGB 12 9 75 -
CMYK 0.84 0.88 0 0.71
HSL 242.73º 0.79% 0.16% -
HSV(B) 242.73º 0.88% 0.29% -
XYZ 1.52 0.78 6.73 -
YUV 17.42 160.49 124.13 -
System Red Green Blue C M Y K H S L
Decimal 12 9 75 0.84 0.88 0 0.71 242.73 0.79 0.16
Hex C 9 4B 54 58 0 47 F3 4F 10
Octal 14 11 113 124 130 0 107 363 117 20
Binary 1100 1001 1001011 1010100 1011000 0 1000111 11110011 1001111 10000

Color Harmonies of #0C094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C094B

Black with #0C094B

Text Example


Text Example

White with #0C094B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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