Html Css Color HEX #01948C Dark Cyan

📋 copy color: '#01948C'

red 1 ◦ green 148 ◦ blue 140

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

Shades of Dark Cyan #01948C

Tints of Dark Cyan #01948C

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 148 (58.2% from 255) = 51.21%

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 0.35%
G = 51.21%
B = 48.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#01948C (or 0x01948C) is known color: Dark Cyan. HEX triplet: 01, 94 and 8C. RGB value is (1,148,140). Sum of RGB (Red+Green+Blue) = 1+148+140=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #01948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01948C is #FE6B73. Grayscale: #676767. Windows color (decimal): -16673652 or 9212929. OLE color: 9212929.

HSL color Cylindrical-coordinate representation of color #01948C: hue angle of 176.73º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01948C is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 148 140 -
CMYK 0.99 0 0.05 0.42
HSL 176.73º 0.99% 0.29% -
HSV(B) 176.73º 0.99% 0.58% -
XYZ 15.34 23.08 28.46 -
YUV 103.14 148.8 55.15 -
System Red Green Blue C M Y K H S L
Decimal 1 148 140 0.99 0 0.05 0.42 176.73 0.99 0.29
Hex 1 94 8C 63 0 5 2A B1 63 1D
Octal 1 224 214 143 0 5 52 261 143 35
Binary 1 10010100 10001100 1100011 0 101 101010 10110001 1100011 11101

Color Harmonies of #01948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01948C

Black with #01948C

Text Example


Text Example

White with #01948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01948C; }

 p { color: rgb(1,148,140); }

 H1.HeaderClassName
 {
   color: #01948C;
 }
 .AnyTagClassName
 {
   color: #01948C;
 }
</style>

background-color css

<style>
 a { background-color: #01948C; }

 a { background-color: rgb(1,148,140); }

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

border-color css

<style>
 span { border-color: #01948C; }

 span { border-color: rgb(1,148,140); }

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