Html Css Color HEX #01848B Dark Cyan

📋 copy color: '#01848B'

red 1 ◦ green 132 ◦ blue 139

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

Shades of Dark Cyan #01848B

Tints of Dark Cyan #01848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.53%

 BLUE value IS 139 (54.69% from 255) = 51.1%

R = 0.37%
G = 48.53%
B = 51.1%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01848B (or 0x01848B) is known color: Dark Cyan. HEX triplet: 01, 84 and 8B. RGB value is (1,132,139). Sum of RGB (Red+Green+Blue) = 1+132+139=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #01848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01848B is #FE7B74. Grayscale: #5D5D5D. Windows color (decimal): -16677749 or 9143297. OLE color: 9143297.

HSL color Cylindrical-coordinate representation of color #01848B: hue angle of 183.04º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01848B is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 132 139 -
CMYK 0.99 0.05 0 0.45
HSL 183.04º 0.99% 0.27% -
HSV(B) 183.04º 0.99% 0.55% -
XYZ 12.92 18.37 27.29 -
YUV 93.63 153.6 61.93 -
System Red Green Blue C M Y K H S L
Decimal 1 132 139 0.99 0.05 0 0.45 183.04 0.99 0.27
Hex 1 84 8B 63 5 0 2D B7 63 1B
Octal 1 204 213 143 5 0 55 267 143 33
Binary 1 10000100 10001011 1100011 101 0 101101 10110111 1100011 11011

Color Harmonies of #01848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01848B

Black with #01848B

Text Example


Text Example

White with #01848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01848B; }

 p { color: rgb(1,132,139); }

 H1.HeaderClassName
 {
   color: #01848B;
 }
 .AnyTagClassName
 {
   color: #01848B;
 }
</style>

background-color css

<style>
 a { background-color: #01848B; }

 a { background-color: rgb(1,132,139); }

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

border-color css

<style>
 span { border-color: #01848B; }

 span { border-color: rgb(1,132,139); }

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